diff --git a/argo-workflow/crds/clusterworkflowtemplates.yaml b/argo-workflow/crds/clusterworkflowtemplates.yaml new file mode 100644 index 00000000..78a364fb --- /dev/null +++ b/argo-workflow/crds/clusterworkflowtemplates.yaml @@ -0,0 +1,19864 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: clusterworkflowtemplates.argoproj.io +spec: + group: argoproj.io + names: + kind: ClusterWorkflowTemplate + listKind: ClusterWorkflowTemplateList + plural: clusterworkflowtemplates + shortNames: + - clusterwftmpl + - cwft + singular: clusterworkflowtemplate + scope: Cluster + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + activeDeadlineSeconds: + format: int64 + type: integer + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLogs: + type: boolean + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + artifactGC: + properties: + forceFinalizerRemoval: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podSpecPatch: + type: string + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactRepositoryRef: + properties: + configMap: + type: string + key: + type: string + type: object + automountServiceAccountToken: + type: boolean + dnsConfig: + properties: + nameservers: + items: + type: string + type: array + options: + items: + properties: + name: + type: string + value: + type: string + type: object + type: array + searches: + items: + type: string + type: array + type: object + dnsPolicy: + type: string + entrypoint: + type: string + executor: + properties: + serviceAccountName: + type: string + type: object + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + hostNetwork: + type: boolean + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + nodeSelector: + additionalProperties: + type: string + type: object + onExit: + type: string + parallelism: + format: int64 + type: integer + podDisruptionBudget: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + minAvailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyPodEvictionPolicy: + type: string + type: object + podGC: + properties: + deleteDelayDuration: + type: string + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + type: string + type: object + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podPriority: + format: int32 + type: integer + podPriorityClassName: + type: string + podSpecPatch: + type: string + priority: + format: int32 + type: integer + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + shutdown: + type: string + suspend: + type: boolean + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + templateDefaults: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + templates: + items: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: array + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + ttlStrategy: + properties: + secondsAfterCompletion: + format: int32 + type: integer + secondsAfterFailure: + format: int32 + type: integer + secondsAfterSuccess: + format: int32 + type: integer + type: object + volumeClaimGC: + properties: + strategy: + type: string + type: object + volumeClaimTemplates: + items: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + resizeStatus: + type: string + type: object + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + workflowMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + labelsFrom: + additionalProperties: + properties: + expression: + type: string + required: + - expression + type: object + type: object + type: object + workflowTemplateRef: + properties: + clusterScope: + type: boolean + name: + type: string + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/argo-workflow/crds/cronworkflows.yaml b/argo-workflow/crds/cronworkflows.yaml new file mode 100644 index 00000000..3bd8d118 --- /dev/null +++ b/argo-workflow/crds/cronworkflows.yaml @@ -0,0 +1,19952 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: cronworkflows.argoproj.io +spec: + group: argoproj.io + names: + kind: CronWorkflow + listKind: CronWorkflowList + plural: cronworkflows + shortNames: + - cwf + - cronwf + singular: cronworkflow + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + concurrencyPolicy: + type: string + failedJobsHistoryLimit: + format: int32 + type: integer + schedule: + type: string + schedules: + items: + type: string + type: array + startingDeadlineSeconds: + format: int64 + type: integer + stopStrategy: + properties: + condition: + type: string + required: + - condition + type: object + successfulJobsHistoryLimit: + format: int32 + type: integer + suspend: + type: boolean + timezone: + type: string + workflowMetadata: + type: object + workflowSpec: + properties: + activeDeadlineSeconds: + format: int64 + type: integer + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLogs: + type: boolean + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + artifactGC: + properties: + forceFinalizerRemoval: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podSpecPatch: + type: string + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactRepositoryRef: + properties: + configMap: + type: string + key: + type: string + type: object + automountServiceAccountToken: + type: boolean + dnsConfig: + properties: + nameservers: + items: + type: string + type: array + options: + items: + properties: + name: + type: string + value: + type: string + type: object + type: array + searches: + items: + type: string + type: array + type: object + dnsPolicy: + type: string + entrypoint: + type: string + executor: + properties: + serviceAccountName: + type: string + type: object + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + hostNetwork: + type: boolean + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + nodeSelector: + additionalProperties: + type: string + type: object + onExit: + type: string + parallelism: + format: int64 + type: integer + podDisruptionBudget: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + minAvailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyPodEvictionPolicy: + type: string + type: object + podGC: + properties: + deleteDelayDuration: + type: string + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + type: string + type: object + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podPriority: + format: int32 + type: integer + podPriorityClassName: + type: string + podSpecPatch: + type: string + priority: + format: int32 + type: integer + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + shutdown: + type: string + suspend: + type: boolean + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + templateDefaults: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + templates: + items: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: array + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + ttlStrategy: + properties: + secondsAfterCompletion: + format: int32 + type: integer + secondsAfterFailure: + format: int32 + type: integer + secondsAfterSuccess: + format: int32 + type: integer + type: object + volumeClaimGC: + properties: + strategy: + type: string + type: object + volumeClaimTemplates: + items: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + resizeStatus: + type: string + type: object + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + workflowMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + labelsFrom: + additionalProperties: + properties: + expression: + type: string + required: + - expression + type: object + type: object + type: object + workflowTemplateRef: + properties: + clusterScope: + type: boolean + name: + type: string + type: object + type: object + required: + - schedule + - workflowSpec + type: object + status: + properties: + active: + items: + properties: + apiVersion: + type: string + fieldPath: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + resourceVersion: + type: string + uid: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + conditions: + items: + properties: + message: + type: string + status: + type: string + type: + type: string + type: object + type: array + failed: + format: int64 + type: integer + lastScheduledTime: + format: date-time + type: string + phase: + type: string + succeeded: + format: int64 + type: integer + required: + - active + - conditions + - failed + - lastScheduledTime + - phase + - succeeded + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/argo-workflow/crds/io_workflows.yaml b/argo-workflow/crds/io_workflows.yaml new file mode 100644 index 00000000..d0c5aa87 --- /dev/null +++ b/argo-workflow/crds/io_workflows.yaml @@ -0,0 +1,51138 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: workflows.argoproj.io +spec: + group: argoproj.io + names: + kind: Workflow + listKind: WorkflowList + plural: workflows + shortNames: + - wf + singular: workflow + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Status of the workflow + jsonPath: .status.phase + name: Status + type: string + - description: When the workflow was started + format: date-time + jsonPath: .status.startedAt + name: Age + type: date + - description: Human readable message indicating details about why the workflow + is in this condition. + jsonPath: .status.message + name: Message + type: string + name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + activeDeadlineSeconds: + format: int64 + type: integer + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLogs: + type: boolean + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + artifactGC: + properties: + forceFinalizerRemoval: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podSpecPatch: + type: string + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactRepositoryRef: + properties: + configMap: + type: string + key: + type: string + type: object + automountServiceAccountToken: + type: boolean + dnsConfig: + properties: + nameservers: + items: + type: string + type: array + options: + items: + properties: + name: + type: string + value: + type: string + type: object + type: array + searches: + items: + type: string + type: array + type: object + dnsPolicy: + type: string + entrypoint: + type: string + executor: + properties: + serviceAccountName: + type: string + type: object + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + hostNetwork: + type: boolean + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + nodeSelector: + additionalProperties: + type: string + type: object + onExit: + type: string + parallelism: + format: int64 + type: integer + podDisruptionBudget: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + minAvailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyPodEvictionPolicy: + type: string + type: object + podGC: + properties: + deleteDelayDuration: + type: string + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + type: string + type: object + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podPriority: + format: int32 + type: integer + podPriorityClassName: + type: string + podSpecPatch: + type: string + priority: + format: int32 + type: integer + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + shutdown: + type: string + suspend: + type: boolean + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + templateDefaults: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + templates: + items: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: array + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + ttlStrategy: + properties: + secondsAfterCompletion: + format: int32 + type: integer + secondsAfterFailure: + format: int32 + type: integer + secondsAfterSuccess: + format: int32 + type: integer + type: object + volumeClaimGC: + properties: + strategy: + type: string + type: object + volumeClaimTemplates: + items: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + resizeStatus: + type: string + type: object + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + workflowMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + labelsFrom: + additionalProperties: + properties: + expression: + type: string + required: + - expression + type: object + type: object + type: object + workflowTemplateRef: + properties: + clusterScope: + type: boolean + name: + type: string + type: object + type: object + status: + properties: + artifactGCStatus: + properties: + notSpecified: + type: boolean + podsRecouped: + additionalProperties: + type: boolean + type: object + strategiesProcessed: + additionalProperties: + type: boolean + type: object + type: object + artifactRepositoryRef: + properties: + artifactRepository: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + keyFormat: + type: string + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repoURL: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blobNameFormat: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + keyFormat: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + pathFormat: + type: string + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + keyFormat: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + keyFormat: + type: string + keyPrefix: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + configMap: + type: string + default: + type: boolean + key: + type: string + namespace: + type: string + type: object + compressedNodes: + type: string + conditions: + items: + properties: + message: + type: string + status: + type: string + type: + type: string + type: object + type: array + estimatedDuration: + type: integer + finishedAt: + format: date-time + type: string + message: + type: string + nodes: + additionalProperties: + properties: + boundaryID: + type: string + children: + items: + type: string + type: array + daemoned: + type: boolean + displayName: + type: string + estimatedDuration: + type: integer + finishedAt: + format: date-time + type: string + hostNodeName: + type: string + id: + type: string + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoizationStatus: + properties: + cacheName: + type: string + hit: + type: boolean + key: + type: string + required: + - cacheName + - hit + - key + type: object + message: + type: string + name: + type: string + nodeFlag: + properties: + hooked: + type: boolean + retried: + type: boolean + type: object + outboundNodes: + items: + type: string + type: array + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + phase: + type: string + podIP: + type: string + progress: + type: string + resourcesDuration: + additionalProperties: + format: int64 + type: integer + type: object + startedAt: + format: date-time + type: string + synchronizationStatus: + properties: + waiting: + type: string + type: object + templateName: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + templateScope: + type: string + type: + type: string + required: + - id + - name + - type + type: object + type: object + offloadNodeStatusVersion: + type: string + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + persistentVolumeClaims: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + phase: + type: string + progress: + type: string + resourcesDuration: + additionalProperties: + format: int64 + type: integer + type: object + startedAt: + format: date-time + type: string + storedTemplates: + additionalProperties: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: object + storedWorkflowTemplateSpec: + properties: + activeDeadlineSeconds: + format: int64 + type: integer + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLogs: + type: boolean + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + artifactGC: + properties: + forceFinalizerRemoval: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podSpecPatch: + type: string + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactRepositoryRef: + properties: + configMap: + type: string + key: + type: string + type: object + automountServiceAccountToken: + type: boolean + dnsConfig: + properties: + nameservers: + items: + type: string + type: array + options: + items: + properties: + name: + type: string + value: + type: string + type: object + type: array + searches: + items: + type: string + type: array + type: object + dnsPolicy: + type: string + entrypoint: + type: string + executor: + properties: + serviceAccountName: + type: string + type: object + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + hostNetwork: + type: boolean + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + nodeSelector: + additionalProperties: + type: string + type: object + onExit: + type: string + parallelism: + format: int64 + type: integer + podDisruptionBudget: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + minAvailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyPodEvictionPolicy: + type: string + type: object + podGC: + properties: + deleteDelayDuration: + type: string + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + type: string + type: object + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podPriority: + format: int32 + type: integer + podPriorityClassName: + type: string + podSpecPatch: + type: string + priority: + format: int32 + type: integer + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + shutdown: + type: string + suspend: + type: boolean + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + templateDefaults: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + templates: + items: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: array + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + ttlStrategy: + properties: + secondsAfterCompletion: + format: int32 + type: integer + secondsAfterFailure: + format: int32 + type: integer + secondsAfterSuccess: + format: int32 + type: integer + type: object + volumeClaimGC: + properties: + strategy: + type: string + type: object + volumeClaimTemplates: + items: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + resizeStatus: + type: string + type: object + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + workflowMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + labelsFrom: + additionalProperties: + properties: + expression: + type: string + required: + - expression + type: object + type: object + type: object + workflowTemplateRef: + properties: + clusterScope: + type: boolean + name: + type: string + type: object + type: object + synchronization: + properties: + mutex: + properties: + holding: + items: + properties: + holder: + type: string + mutex: + type: string + type: object + type: array + x-kubernetes-list-type: atomic + waiting: + items: + properties: + holder: + type: string + mutex: + type: string + type: object + type: array + x-kubernetes-list-type: atomic + type: object + semaphore: + properties: + holding: + items: + properties: + holders: + items: + type: string + type: array + x-kubernetes-list-type: atomic + semaphore: + type: string + type: object + type: array + waiting: + items: + properties: + holders: + items: + type: string + type: array + x-kubernetes-list-type: atomic + semaphore: + type: string + type: object + type: array + type: object + type: object + taskResultsCompletionStatus: + additionalProperties: + type: boolean + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true + subresources: {} diff --git a/argo-workflow/crds/io_workflowtaskresults.yaml b/argo-workflow/crds/io_workflowtaskresults.yaml new file mode 100644 index 00000000..aeec5895 --- /dev/null +++ b/argo-workflow/crds/io_workflowtaskresults.yaml @@ -0,0 +1,622 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: workflowtaskresults.argoproj.io +spec: + group: argoproj.io + names: + kind: WorkflowTaskResult + listKind: WorkflowTaskResultList + plural: workflowtaskresults + singular: workflowtaskresult + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + message: + type: string + metadata: + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + phase: + type: string + progress: + type: string + required: + - metadata + type: object + served: true + storage: true diff --git a/argo-workflow/crds/io_workflowtasksets.yaml b/argo-workflow/crds/io_workflowtasksets.yaml new file mode 100644 index 00000000..9f4475e3 --- /dev/null +++ b/argo-workflow/crds/io_workflowtasksets.yaml @@ -0,0 +1,9125 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: workflowtasksets.argoproj.io +spec: + group: argoproj.io + names: + kind: WorkflowTaskSet + listKind: WorkflowTaskSetList + plural: workflowtasksets + shortNames: + - wfts + singular: workflowtaskset + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + tasks: + additionalProperties: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: object + type: object + status: + properties: + nodes: + additionalProperties: + properties: + message: + type: string + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + phase: + type: string + progress: + type: string + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true + subresources: + status: {} diff --git a/argo-workflow/crds/io_workflowtemplates.yaml b/argo-workflow/crds/io_workflowtemplates.yaml new file mode 100644 index 00000000..e971cf10 --- /dev/null +++ b/argo-workflow/crds/io_workflowtemplates.yaml @@ -0,0 +1,19863 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: workflowtemplates.argoproj.io +spec: + group: argoproj.io + names: + kind: WorkflowTemplate + listKind: WorkflowTemplateList + plural: workflowtemplates + shortNames: + - wftmpl + singular: workflowtemplate + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + activeDeadlineSeconds: + format: int64 + type: integer + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLogs: + type: boolean + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + artifactGC: + properties: + forceFinalizerRemoval: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podSpecPatch: + type: string + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactRepositoryRef: + properties: + configMap: + type: string + key: + type: string + type: object + automountServiceAccountToken: + type: boolean + dnsConfig: + properties: + nameservers: + items: + type: string + type: array + options: + items: + properties: + name: + type: string + value: + type: string + type: object + type: array + searches: + items: + type: string + type: array + type: object + dnsPolicy: + type: string + entrypoint: + type: string + executor: + properties: + serviceAccountName: + type: string + type: object + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + hostNetwork: + type: boolean + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + nodeSelector: + additionalProperties: + type: string + type: object + onExit: + type: string + parallelism: + format: int64 + type: integer + podDisruptionBudget: + properties: + maxUnavailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + minAvailable: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyPodEvictionPolicy: + type: string + type: object + podGC: + properties: + deleteDelayDuration: + type: string + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + type: string + type: object + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + podPriority: + format: int32 + type: integer + podPriorityClassName: + type: string + podSpecPatch: + type: string + priority: + format: int32 + type: integer + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + shutdown: + type: string + suspend: + type: boolean + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + templateDefaults: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + templates: + items: + properties: + activeDeadlineSeconds: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + automountServiceAccountToken: + type: boolean + container: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + type: object + containerSet: + properties: + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + dependencies: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + retryStrategy: + properties: + duration: + type: string + retries: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - retries + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + required: + - containers + type: object + daemon: + type: boolean + dag: + properties: + failFast: + type: boolean + target: + type: string + tasks: + items: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + continueOn: + properties: + error: + type: boolean + failed: + type: boolean + type: object + dependencies: + items: + type: string + type: array + depends: + type: string + hooks: + additionalProperties: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + expression: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + type: object + type: object + inline: {} + name: + type: string + onExit: + type: string + template: + type: string + templateRef: + properties: + clusterScope: + type: boolean + name: + type: string + template: + type: string + type: object + when: + type: string + withItems: + items: + type: object + type: array + withParam: + type: string + withSequence: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + end: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + format: + type: string + start: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + type: object + required: + - name + type: object + type: array + required: + - tasks + type: object + data: + properties: + source: + properties: + artifactPaths: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + transformation: + items: + properties: + expression: + type: string + required: + - expression + type: object + type: array + required: + - source + - transformation + type: object + executor: + properties: + serviceAccountName: + type: string + type: object + failFast: + type: boolean + hostAliases: + items: + properties: + hostnames: + items: + type: string + type: array + ip: + type: string + type: object + type: array + http: + properties: + body: + type: string + bodyFrom: + properties: + bytes: + format: byte + type: string + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + insecureSkipVerify: + type: boolean + method: + type: string + successCondition: + type: string + timeoutSeconds: + format: int64 + type: integer + url: + type: string + required: + - url + type: object + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + inputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + memoize: + properties: + cache: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - configMap + type: object + key: + type: string + maxAge: + type: string + required: + - cache + - key + - maxAge + type: object + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + metrics: + properties: + prometheus: + items: + properties: + counter: + properties: + value: + type: string + required: + - value + type: object + gauge: + properties: + operation: + type: string + realtime: + type: boolean + value: + type: string + required: + - realtime + - value + type: object + help: + type: string + histogram: + properties: + buckets: + items: + type: number + type: array + value: + type: string + required: + - buckets + - value + type: object + labels: + items: + properties: + key: + type: string + value: + type: string + required: + - key + - value + type: object + type: array + name: + type: string + when: + type: string + required: + - help + - name + type: object + type: array + required: + - prometheus + type: object + name: + type: string + nodeSelector: + additionalProperties: + type: string + type: object + outputs: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + exitCode: + type: string + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + result: + type: string + type: object + parallelism: + format: int64 + type: integer + plugin: + type: object + podSpecPatch: + type: string + priority: + format: int32 + type: integer + priorityClassName: + type: string + resource: + properties: + action: + type: string + failureCondition: + type: string + flags: + items: + type: string + type: array + manifest: + type: string + manifestFrom: + properties: + artifact: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + required: + - artifact + type: object + mergeStrategy: + type: string + setOwnerReference: + type: boolean + successCondition: + type: string + required: + - action + type: object + retryStrategy: + properties: + affinity: + properties: + nodeAntiAffinity: + type: object + type: object + backoff: + properties: + duration: + type: string + factor: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + maxDuration: + type: string + type: object + expression: + type: string + limit: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + retryPolicy: + type: string + type: object + schedulerName: + type: string + script: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + source: + type: string + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - image + - source + type: object + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + sidecars: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + mirrorVolumeMounts: + type: boolean + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + steps: + items: + type: array + type: array + suspend: + properties: + duration: + type: string + type: object + synchronization: + properties: + mutex: + properties: + name: + type: string + namespace: + type: string + type: object + semaphore: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + namespace: + type: string + type: object + type: object + timeout: + type: string + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: array + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + ttlStrategy: + properties: + secondsAfterCompletion: + format: int32 + type: integer + secondsAfterFailure: + format: int32 + type: integer + secondsAfterSuccess: + format: int32 + type: integer + type: object + volumeClaimGC: + properties: + strategy: + type: string + type: object + volumeClaimTemplates: + items: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + resizeStatus: + type: string + type: object + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + workflowMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + labelsFrom: + additionalProperties: + properties: + expression: + type: string + required: + - expression + type: object + type: object + type: object + workflowTemplateRef: + properties: + clusterScope: + type: boolean + name: + type: string + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/argo-workflow/crds/workflowartifactgctasks.yaml b/argo-workflow/crds/workflowartifactgctasks.yaml new file mode 100644 index 00000000..e3f6bbae --- /dev/null +++ b/argo-workflow/crds/workflowartifactgctasks.yaml @@ -0,0 +1,1058 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: workflowartifactgctasks.argoproj.io +spec: + group: argoproj.io + names: + kind: WorkflowArtifactGCTask + listKind: WorkflowArtifactGCTaskList + plural: workflowartifactgctasks + shortNames: + - wfat + singular: workflowartifactgctask + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + artifactsByNode: + additionalProperties: + properties: + archiveLocation: + properties: + archiveLogs: + type: boolean + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + raw: + properties: + data: + type: string + required: + - data + type: object + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + type: object + artifacts: + additionalProperties: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: object + type: object + type: object + type: object + status: + properties: + artifactResultsByNode: + additionalProperties: + properties: + artifactResults: + additionalProperties: + properties: + error: + type: string + name: + type: string + success: + type: boolean + required: + - name + type: object + type: object + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true + subresources: + status: {} diff --git a/argo-workflow/crds/workfloweventbindings.yaml b/argo-workflow/crds/workfloweventbindings.yaml new file mode 100644 index 00000000..231cb76e --- /dev/null +++ b/argo-workflow/crds/workfloweventbindings.yaml @@ -0,0 +1,641 @@ +# This is an auto-generated file. DO NOT EDIT +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: workfloweventbindings.argoproj.io +spec: + group: argoproj.io + names: + kind: WorkflowEventBinding + listKind: WorkflowEventBindingList + plural: workfloweventbindings + shortNames: + - wfeb + singular: workfloweventbinding + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + event: + properties: + selector: + type: string + required: + - selector + type: object + submit: + properties: + arguments: + properties: + artifacts: + items: + properties: + archive: + properties: + none: + type: object + tar: + properties: + compressionLevel: + format: int32 + type: integer + type: object + zip: + type: object + type: object + archiveLogs: + type: boolean + artifactGC: + properties: + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + serviceAccountName: + type: string + strategy: + enum: + - "" + - OnWorkflowCompletion + - OnWorkflowDeletion + - Never + type: string + type: object + artifactory: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + url: + type: string + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - url + type: object + azure: + properties: + accountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + blob: + type: string + container: + type: string + endpoint: + type: string + useSDKCreds: + type: boolean + required: + - blob + - container + - endpoint + type: object + deleted: + type: boolean + from: + type: string + fromExpression: + type: string + gcs: + properties: + bucket: + type: string + key: + type: string + serviceAccountKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - key + type: object + git: + properties: + branch: + type: string + depth: + format: int64 + type: integer + disableSubmodules: + type: boolean + fetch: + items: + type: string + type: array + insecureIgnoreHostKey: + type: boolean + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + repo: + type: string + revision: + type: string + singleBranch: + type: boolean + sshPrivateKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + required: + - repo + type: object + globalName: + type: string + hdfs: + properties: + addresses: + items: + type: string + type: array + force: + type: boolean + hdfsUser: + type: string + krbCCacheSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbConfigConfigMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbKeytabSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + krbRealm: + type: string + krbServicePrincipalName: + type: string + krbUsername: + type: string + path: + type: string + required: + - path + type: object + http: + properties: + auth: + properties: + basicAuth: + properties: + passwordSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + usernameSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientCert: + properties: + clientCertSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + oauth2: + properties: + clientIDSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clientSecretSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + items: + properties: + key: + type: string + value: + type: string + required: + - key + type: object + type: array + scopes: + items: + type: string + type: array + tokenURLSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + type: object + headers: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + url: + type: string + required: + - url + type: object + mode: + format: int32 + type: integer + name: + type: string + optional: + type: boolean + oss: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + createBucketIfNotPresent: + type: boolean + endpoint: + type: string + key: + type: string + lifecycleRule: + properties: + markDeletionAfterDays: + format: int32 + type: integer + markInfrequentAccessAfterDays: + format: int32 + type: integer + type: object + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + securityToken: + type: string + useSDKCreds: + type: boolean + required: + - key + type: object + path: + type: string + raw: + properties: + data: + type: string + required: + - data + type: object + recurseMode: + type: boolean + s3: + properties: + accessKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + bucket: + type: string + caSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + createBucketIfNotPresent: + properties: + objectLocking: + type: boolean + type: object + encryptionOptions: + properties: + enableEncryption: + type: boolean + kmsEncryptionContext: + type: string + kmsKeyId: + type: string + serverSideCustomerKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + endpoint: + type: string + insecure: + type: boolean + key: + type: string + region: + type: string + roleARN: + type: string + secretKeySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + useSDKCreds: + type: boolean + type: object + subPath: + type: string + required: + - name + type: object + type: array + parameters: + items: + properties: + default: + type: string + description: + type: string + enum: + items: + type: string + type: array + globalName: + type: string + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + default: + type: string + event: + type: string + expression: + type: string + jqFilter: + type: string + jsonPath: + type: string + parameter: + type: string + path: + type: string + supplied: + type: object + type: object + required: + - name + type: object + type: array + type: object + metadata: + type: object + workflowTemplateRef: + properties: + clusterScope: + type: boolean + name: + type: string + type: object + required: + - workflowTemplateRef + type: object + required: + - event + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/argo-workflow/kcl.mod b/argo-workflow/kcl.mod index dd60774b..0947628e 100644 --- a/argo-workflow/kcl.mod +++ b/argo-workflow/kcl.mod @@ -1,7 +1,7 @@ [package] name = "argo-workflow" edition = "*" -version = "0.0.2" +version = "0.0.3" description = "`argo-workflow` is the argo-workflow spec definition" [dependencies] diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_cluster_workflow_template.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_cluster_workflow_template.k new file mode 100644 index 00000000..e0d61c37 --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_cluster_workflow_template.k @@ -0,0 +1,42640 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import regex +import k8s.apimachinery.pkg.apis.meta.v1 +regex_match = regex.match + + +schema ClusterWorkflowTemplate: + """ + argoproj io v1alpha1 cluster workflow template + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "ClusterWorkflowTemplate", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpec, default is Undefined, required + spec + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "ClusterWorkflowTemplate" = "ClusterWorkflowTemplate" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpec + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpec: + """ + argoproj io v1alpha1 cluster workflow template spec + + Attributes + ---------- + activeDeadlineSeconds : int, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinity, default is Undefined, optional + affinity + archiveLogs : bool, default is Undefined, optional + archive logs + arguments : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArguments, default is Undefined, optional + arguments + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactGC, default is Undefined, optional + artifact g c + artifactRepositoryRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactRepositoryRef, default is Undefined, optional + artifact repository ref + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + dnsConfig : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecDNSConfig, default is Undefined, optional + dns config + dnsPolicy : str, default is Undefined, optional + dns policy + entrypoint : str, default is Undefined, optional + entrypoint + executor : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecExecutor, default is Undefined, optional + executor + hooks : {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnon}, default is Undefined, optional + hooks + hostAliases : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHostAliasesItems0], default is Undefined, optional + host aliases + hostNetwork : bool, default is Undefined, optional + host network + imagePullSecrets : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecImagePullSecretsItems0], default is Undefined, optional + image pull secrets + metrics : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetrics, default is Undefined, optional + metrics + nodeSelector : {str:str}, default is Undefined, optional + node selector + onExit : str, default is Undefined, optional + on exit + parallelism : int, default is Undefined, optional + parallelism + podDisruptionBudget : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudget, default is Undefined, optional + pod disruption budget + podGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGC, default is Undefined, optional + pod g c + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodMetadata, default is Undefined, optional + pod metadata + podPriority : int, default is Undefined, optional + pod priority + podPriorityClassName : str, default is Undefined, optional + pod priority class name + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + retryStrategy : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + shutdown : str, default is Undefined, optional + shutdown + suspend : bool, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronization, default is Undefined, optional + synchronization + templateDefaults : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaults, default is Undefined, optional + template defaults + templates : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0], default is Undefined, optional + templates + tolerations : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTolerationsItems0], default is Undefined, optional + tolerations + ttlStrategy : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTTLStrategy, default is Undefined, optional + ttl strategy + volumeClaimGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimGC, default is Undefined, optional + volume claim g c + volumeClaimTemplates : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0], default is Undefined, optional + volume claim templates + volumes : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0], default is Undefined, optional + volumes + workflowMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowMetadata, default is Undefined, optional + workflow metadata + workflowTemplateRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowTemplateRef, default is Undefined, optional + workflow template ref + """ + + + activeDeadlineSeconds?: int + + affinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinity + + archiveLogs?: bool + + arguments?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArguments + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactGC + + artifactRepositoryRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactRepositoryRef + + automountServiceAccountToken?: bool + + dnsConfig?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecDNSConfig + + dnsPolicy?: str + + entrypoint?: str + + executor?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecExecutor + + hooks?: {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnon} + + hostAliases?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHostAliasesItems0] + + hostNetwork?: bool + + imagePullSecrets?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecImagePullSecretsItems0] + + metrics?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetrics + + nodeSelector?: {str:str} + + onExit?: str + + parallelism?: int + + podDisruptionBudget?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudget + + podGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGC + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodMetadata + + podPriority?: int + + podPriorityClassName?: str + + podSpecPatch?: str + + priority?: int + + retryStrategy?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategy + + schedulerName?: str + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContext + + serviceAccountName?: str + + shutdown?: str + + suspend?: bool + + synchronization?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronization + + templateDefaults?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaults + + templates?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0] + + tolerations?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTolerationsItems0] + + ttlStrategy?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTTLStrategy + + volumeClaimGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimGC + + volumeClaimTemplates?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0] + + volumes?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0] + + workflowMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowMetadata + + workflowTemplateRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowTemplateRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArguments: + """ + argoproj io v1alpha1 cluster workflow template spec arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec artifact g c + + Attributes + ---------- + forceFinalizerRemoval : bool, default is Undefined, optional + force finalizer removal + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactGCPodMetadata, default is Undefined, optional + pod metadata + podSpecPatch : str, default is Undefined, optional + pod spec patch + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + forceFinalizerRemoval?: bool + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactGCPodMetadata + + podSpecPatch?: str + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecArtifactRepositoryRef: + """ + argoproj io v1alpha1 cluster workflow template spec artifact repository ref + + Attributes + ---------- + configMap : str, default is Undefined, optional + config map + key : str, default is Undefined, optional + key + """ + + + configMap?: str + + key?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecDNSConfig: + """ + argoproj io v1alpha1 cluster workflow template spec DNS config + + Attributes + ---------- + nameservers : [str], default is Undefined, optional + nameservers + options : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecDNSConfigOptionsItems0], default is Undefined, optional + options + searches : [str], default is Undefined, optional + searches + """ + + + nameservers?: [str] + + options?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecDNSConfigOptionsItems0] + + searches?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecDNSConfigOptionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec DNS config options items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + value : str, default is Undefined, optional + value + """ + + + name?: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecExecutor: + """ + argoproj io v1alpha1 cluster workflow template spec executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnon: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArguments: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHooksAnonTemplateRef: + """ + argoproj io v1alpha1 cluster workflow template spec hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecHostAliasesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecImagePullSecretsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec image pull secrets items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetrics: + """ + argoproj io v1alpha1 cluster workflow template spec metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0: + """ + argoproj io v1alpha1 cluster workflow template spec metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 cluster workflow template spec metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 cluster workflow template spec metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 cluster workflow template spec metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudget: + """ + argoproj io v1alpha1 cluster workflow template spec pod disruption budget + + Attributes + ---------- + maxUnavailable : int | str, default is Undefined, optional + max unavailable + minAvailable : int | str, default is Undefined, optional + min available + selector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudgetSelector, default is Undefined, optional + selector + unhealthyPodEvictionPolicy : str, default is Undefined, optional + unhealthy pod eviction policy + """ + + + maxUnavailable?: int | str + + minAvailable?: int | str + + selector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudgetSelector + + unhealthyPodEvictionPolicy?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudgetSelector: + """ + argoproj io v1alpha1 cluster workflow template spec pod disruption budget selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec pod disruption budget selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGC: + """ + argoproj io v1alpha1 cluster workflow template spec pod g c + + Attributes + ---------- + deleteDelayDuration : str, default is Undefined, optional + delete delay duration + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGCLabelSelector, default is Undefined, optional + label selector + strategy : str, default is Undefined, optional + strategy + """ + + + deleteDelayDuration?: str + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGCLabelSelector + + strategy?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGCLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec pod g c label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec pod g c label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategy: + """ + argoproj io v1alpha1 cluster workflow template spec retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategyAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecRetryStrategyBackoff: + """ + argoproj io v1alpha1 cluster workflow template spec retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronization: + """ + argoproj io v1alpha1 cluster workflow template spec synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationMutex: + """ + argoproj io v1alpha1 cluster workflow template spec synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationSemaphore: + """ + argoproj io v1alpha1 cluster workflow template spec synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTTLStrategy: + """ + argoproj io v1alpha1 cluster workflow template spec TTL strategy + + Attributes + ---------- + secondsAfterCompletion : int, default is Undefined, optional + seconds after completion + secondsAfterFailure : int, default is Undefined, optional + seconds after failure + secondsAfterSuccess : int, default is Undefined, optional + seconds after success + """ + + + secondsAfterCompletion?: int + + secondsAfterFailure?: int + + secondsAfterSuccess?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaults: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinity + + archiveLocation?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainer + + containerSet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDag + + data?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsData + + executor?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHostAliasesItems0] + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTP + + initContainers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputs + + memoize?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoize + + metadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetadata + + metrics?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResource + + retryStrategy?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScript + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSuspend + + synchronization?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocation: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOss + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGit: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainer: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerResources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerPortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerResources: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDag: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsData: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data + + Attributes + ---------- + source : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSource + + transformation: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataTransformationItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSource: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsDataTransformationItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsExecutor: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsHostAliasesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoize: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoizeCache: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetrics: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResource: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategy: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScript: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptResources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptPortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptResources: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSuspend: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronization: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationMutex: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsTolerationsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 cluster workflow template spec template defaults volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Affinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Container, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Dag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Data, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Executor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Inputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Memoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Metadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Metrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Outputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Resource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Script, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Suspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Synchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0TolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Affinity + + archiveLocation?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Container + + containerSet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Dag + + data?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Data + + executor?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Executor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HostAliasesItems0] + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTP + + initContainers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0] + + inputs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Inputs + + memoize?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Memoize + + metadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Metadata + + metrics?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Metrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Outputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Resource + + retryStrategy?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Script + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Suspend + + synchronization?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Synchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0TolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Affinity: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocation: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOss + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGit: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Container: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerResources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerPortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerResources: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Dag: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Data: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data + + Attributes + ---------- + source : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSource + + transformation: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataTransformationItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSource: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0DataTransformationItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Executor: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPBodyFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0HostAliasesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Inputs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Memoize: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MemoizeCache: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Metadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Metrics: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Outputs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Resource: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategy: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Script: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptResources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptPortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptResources: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Suspend: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0Synchronization: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationMutex: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0TolerationsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Csi: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Fc: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Projected: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Secret: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 cluster workflow template spec templates items0 volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecTolerationsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimGC: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim g c + + Attributes + ---------- + strategy : str, default is Undefined, optional + strategy + """ + + + strategy?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + kind : str, default is Undefined, optional + kind + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0Spec, default is Undefined, optional + spec + status : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0Status, default is Undefined, optional + status + """ + + + apiVersion?: str + + kind?: str + + metadata?: any + + spec?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0Spec + + status?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0Status + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0Spec: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources + + selector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0Status: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 status + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + allocatedResources : {str:int | str}, default is Undefined, optional + allocated resources + capacity : {str:int | str}, default is Undefined, optional + capacity + conditions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0], default is Undefined, optional + conditions + phase : str, default is Undefined, optional + phase + resizeStatus : str, default is Undefined, optional + resize status + """ + + + accessModes?: [str] + + allocatedResources?: {str:int | str} + + capacity?: {str:int | str} + + conditions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0] + + phase?: str + + resizeStatus?: str + + + check: + all _, allocatedResources in allocatedResources {regex_match(str(allocatedResources), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if allocatedResources } if allocatedResources + all _, capacity in capacity {regex_match(str(capacity), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if capacity } if capacity + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volume claim templates items0 status conditions items0 + + Attributes + ---------- + lastProbeTime : str, default is Undefined, optional + last probe time + lastTransitionTime : str, default is Undefined, optional + last transition time + message : str, default is Undefined, optional + message + reason : str, default is Undefined, optional + reason + status : str, default is Undefined, required + status + $type : str, default is Undefined, required + type + """ + + + lastProbeTime?: str + + lastTransitionTime?: str + + message?: str + + reason?: str + + status: str + + $type: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0AzureFile: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Cephfs: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Cinder: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Csi: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Fc: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Flocker: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0GitRepo: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0HostPath: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Iscsi: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Nfs: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Projected: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Quobyte: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Rbd: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Secret: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0Storageos: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 cluster workflow template spec volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowMetadata: + """ + argoproj io v1alpha1 cluster workflow template spec workflow metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + labelsFrom : {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowMetadataLabelsFromAnon}, default is Undefined, optional + labels from + """ + + + annotations?: {str:str} + + labels?: {str:str} + + labelsFrom?: {str:ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowMetadataLabelsFromAnon} + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowMetadataLabelsFromAnon: + """ + argoproj io v1alpha1 cluster workflow template spec workflow metadata labels from anon + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1ClusterWorkflowTemplateSpecWorkflowTemplateRef: + """ + argoproj io v1alpha1 cluster workflow template spec workflow template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + """ + + + clusterScope?: bool + + name?: str + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_cron_workflow.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_cron_workflow.k new file mode 100644 index 00000000..95e99d6b --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_cron_workflow.k @@ -0,0 +1,42806 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import regex +import k8s.apimachinery.pkg.apis.meta.v1 +regex_match = regex.match + + +schema CronWorkflow: + """ + argoproj io v1alpha1 cron workflow + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "CronWorkflow", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1CronWorkflowSpec, default is Undefined, required + spec + status : ArgoprojIoV1alpha1CronWorkflowStatus, default is Undefined, optional + status + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "CronWorkflow" = "CronWorkflow" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1CronWorkflowSpec + + status?: ArgoprojIoV1alpha1CronWorkflowStatus + + +schema ArgoprojIoV1alpha1CronWorkflowSpec: + """ + argoproj io v1alpha1 cron workflow spec + + Attributes + ---------- + concurrencyPolicy : str, default is Undefined, optional + concurrency policy + failedJobsHistoryLimit : int, default is Undefined, optional + failed jobs history limit + schedule : str, default is Undefined, required + schedule + schedules : [str], default is Undefined, optional + schedules + startingDeadlineSeconds : int, default is Undefined, optional + starting deadline seconds + stopStrategy : ArgoprojIoV1alpha1CronWorkflowSpecStopStrategy, default is Undefined, optional + stop strategy + successfulJobsHistoryLimit : int, default is Undefined, optional + successful jobs history limit + suspend : bool, default is Undefined, optional + suspend + timezone : str, default is Undefined, optional + timezone + workflowMetadata : any, default is Undefined, optional + workflow metadata + workflowSpec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpec, default is Undefined, required + workflow spec + """ + + + concurrencyPolicy?: str + + failedJobsHistoryLimit?: int + + schedule: str + + schedules?: [str] + + startingDeadlineSeconds?: int + + stopStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecStopStrategy + + successfulJobsHistoryLimit?: int + + suspend?: bool + + timezone?: str + + workflowMetadata?: any + + workflowSpec: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpec + + +schema ArgoprojIoV1alpha1CronWorkflowSpecStopStrategy: + """ + argoproj io v1alpha1 cron workflow spec stop strategy + + Attributes + ---------- + condition : str, default is Undefined, required + condition + """ + + + condition: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec + + Attributes + ---------- + activeDeadlineSeconds : int, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinity, default is Undefined, optional + affinity + archiveLogs : bool, default is Undefined, optional + archive logs + arguments : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArguments, default is Undefined, optional + arguments + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactGC, default is Undefined, optional + artifact g c + artifactRepositoryRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactRepositoryRef, default is Undefined, optional + artifact repository ref + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + dnsConfig : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecDNSConfig, default is Undefined, optional + dns config + dnsPolicy : str, default is Undefined, optional + dns policy + entrypoint : str, default is Undefined, optional + entrypoint + executor : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecExecutor, default is Undefined, optional + executor + hooks : {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnon}, default is Undefined, optional + hooks + hostAliases : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHostAliasesItems0], default is Undefined, optional + host aliases + hostNetwork : bool, default is Undefined, optional + host network + imagePullSecrets : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecImagePullSecretsItems0], default is Undefined, optional + image pull secrets + metrics : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetrics, default is Undefined, optional + metrics + nodeSelector : {str:str}, default is Undefined, optional + node selector + onExit : str, default is Undefined, optional + on exit + parallelism : int, default is Undefined, optional + parallelism + podDisruptionBudget : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudget, default is Undefined, optional + pod disruption budget + podGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGC, default is Undefined, optional + pod g c + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodMetadata, default is Undefined, optional + pod metadata + podPriority : int, default is Undefined, optional + pod priority + podPriorityClassName : str, default is Undefined, optional + pod priority class name + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + retryStrategy : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + shutdown : str, default is Undefined, optional + shutdown + suspend : bool, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronization, default is Undefined, optional + synchronization + templateDefaults : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaults, default is Undefined, optional + template defaults + templates : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0], default is Undefined, optional + templates + tolerations : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTolerationsItems0], default is Undefined, optional + tolerations + ttlStrategy : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTTLStrategy, default is Undefined, optional + ttl strategy + volumeClaimGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimGC, default is Undefined, optional + volume claim g c + volumeClaimTemplates : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0], default is Undefined, optional + volume claim templates + volumes : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0], default is Undefined, optional + volumes + workflowMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowMetadata, default is Undefined, optional + workflow metadata + workflowTemplateRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowTemplateRef, default is Undefined, optional + workflow template ref + """ + + + activeDeadlineSeconds?: int + + affinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinity + + archiveLogs?: bool + + arguments?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArguments + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactGC + + artifactRepositoryRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactRepositoryRef + + automountServiceAccountToken?: bool + + dnsConfig?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecDNSConfig + + dnsPolicy?: str + + entrypoint?: str + + executor?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecExecutor + + hooks?: {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnon} + + hostAliases?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHostAliasesItems0] + + hostNetwork?: bool + + imagePullSecrets?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecImagePullSecretsItems0] + + metrics?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetrics + + nodeSelector?: {str:str} + + onExit?: str + + parallelism?: int + + podDisruptionBudget?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudget + + podGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGC + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodMetadata + + podPriority?: int + + podPriorityClassName?: str + + podSpecPatch?: str + + priority?: int + + retryStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategy + + schedulerName?: str + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContext + + serviceAccountName?: str + + shutdown?: str + + suspend?: bool + + synchronization?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronization + + templateDefaults?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaults + + templates?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0] + + tolerations?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTolerationsItems0] + + ttlStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTTLStrategy + + volumeClaimGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimGC + + volumeClaimTemplates?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0] + + volumes?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0] + + workflowMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowMetadata + + workflowTemplateRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowTemplateRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArguments: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec artifact g c + + Attributes + ---------- + forceFinalizerRemoval : bool, default is Undefined, optional + force finalizer removal + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactGCPodMetadata, default is Undefined, optional + pod metadata + podSpecPatch : str, default is Undefined, optional + pod spec patch + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + forceFinalizerRemoval?: bool + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactGCPodMetadata + + podSpecPatch?: str + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecArtifactRepositoryRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec artifact repository ref + + Attributes + ---------- + configMap : str, default is Undefined, optional + config map + key : str, default is Undefined, optional + key + """ + + + configMap?: str + + key?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecDNSConfig: + """ + argoproj io v1alpha1 cron workflow spec workflow spec DNS config + + Attributes + ---------- + nameservers : [str], default is Undefined, optional + nameservers + options : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecDNSConfigOptionsItems0], default is Undefined, optional + options + searches : [str], default is Undefined, optional + searches + """ + + + nameservers?: [str] + + options?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecDNSConfigOptionsItems0] + + searches?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecDNSConfigOptionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec DNS config options items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + value : str, default is Undefined, optional + value + """ + + + name?: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecExecutor: + """ + argoproj io v1alpha1 cron workflow spec workflow spec executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnon: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArguments: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHooksAnonTemplateRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecHostAliasesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecImagePullSecretsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec image pull secrets items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetrics: + """ + argoproj io v1alpha1 cron workflow spec workflow spec metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 cron workflow spec workflow spec metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 cron workflow spec workflow spec metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 cron workflow spec workflow spec metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudget: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod disruption budget + + Attributes + ---------- + maxUnavailable : int | str, default is Undefined, optional + max unavailable + minAvailable : int | str, default is Undefined, optional + min available + selector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudgetSelector, default is Undefined, optional + selector + unhealthyPodEvictionPolicy : str, default is Undefined, optional + unhealthy pod eviction policy + """ + + + maxUnavailable?: int | str + + minAvailable?: int | str + + selector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudgetSelector + + unhealthyPodEvictionPolicy?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudgetSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod disruption budget selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudgetSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudgetSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodDisruptionBudgetSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod disruption budget selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod g c + + Attributes + ---------- + deleteDelayDuration : str, default is Undefined, optional + delete delay duration + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGCLabelSelector, default is Undefined, optional + label selector + strategy : str, default is Undefined, optional + strategy + """ + + + deleteDelayDuration?: str + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGCLabelSelector + + strategy?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGCLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod g c label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGCLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGCLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodGCLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod g c label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategy: + """ + argoproj io v1alpha1 cron workflow spec workflow spec retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategyAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecRetryStrategyBackoff: + """ + argoproj io v1alpha1 cron workflow spec workflow spec retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronization: + """ + argoproj io v1alpha1 cron workflow spec workflow spec synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationMutex: + """ + argoproj io v1alpha1 cron workflow spec workflow spec synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationSemaphore: + """ + argoproj io v1alpha1 cron workflow spec workflow spec synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTTLStrategy: + """ + argoproj io v1alpha1 cron workflow spec workflow spec TTL strategy + + Attributes + ---------- + secondsAfterCompletion : int, default is Undefined, optional + seconds after completion + secondsAfterFailure : int, default is Undefined, optional + seconds after failure + secondsAfterSuccess : int, default is Undefined, optional + seconds after success + """ + + + secondsAfterCompletion?: int + + secondsAfterFailure?: int + + secondsAfterSuccess?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaults: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinity + + archiveLocation?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainer + + containerSet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDag + + data?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsData + + executor?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHostAliasesItems0] + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTP + + initContainers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputs + + memoize?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoize + + metadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetadata + + metrics?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResource + + retryStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScript + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSuspend + + synchronization?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocation: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOss + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationAzure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGit: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationRaw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainer: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerResources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerPortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetRetryStrategy: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDag: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0Arguments: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsData: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data + + Attributes + ---------- + source : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSource + + transformation: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataTransformationItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPaths: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsDataTransformationItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsExecutor: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPBodyFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsHostAliasesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0Resources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoize: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoizeCache: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetrics: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifact: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategy: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategyAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsRetryStrategyBackoff: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScript: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptResources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptPortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0Resources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSuspend: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronization: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationMutex: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationSemaphore: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsTolerationsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0AzureFile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Cephfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Cinder: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Csi: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Fc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Flocker: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0GitRepo: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0HostPath: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Iscsi: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Nfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Projected: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Quobyte: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Rbd: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Secret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0Storageos: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplateDefaultsVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec template defaults volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Affinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Container, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Dag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Data, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Executor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Inputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Memoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Metadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Metrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Outputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Resource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Script, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Suspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Synchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0TolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Affinity + + archiveLocation?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Container + + containerSet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Dag + + data?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Data + + executor?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Executor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HostAliasesItems0] + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTP + + initContainers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0] + + inputs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Inputs + + memoize?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Memoize + + metadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Metadata + + metrics?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Metrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Outputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Resource + + retryStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Script + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Suspend + + synchronization?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Synchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0TolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Affinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocation: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOss + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationAzure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGit: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationRaw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Container: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerResources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerPortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetRetryStrategy: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Dag: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0Arguments: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DagTasksItems0WithSequence: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Data: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data + + Attributes + ---------- + source : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSource + + transformation: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataTransformationItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPaths: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0DataTransformationItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Executor: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPBodyFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0HostAliasesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0Resources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Inputs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Memoize: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MemoizeCache: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MemoizeCacheConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Metadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Metrics: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Outputs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Resource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifact: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategy: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategyAffinity: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0RetryStrategyBackoff: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Script: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptResources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptPortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0ScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0Resources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Suspend: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0Synchronization: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationSemaphore + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationMutex: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationSemaphore: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0TolerationsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AzureDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0AzureFile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Cephfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Cinder: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Csi: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EmptyDir: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Ephemeral: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Fc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0FlexVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Flocker: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0GitRepo: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Glusterfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0HostPath: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Iscsi: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Nfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Projected: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Quobyte: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Rbd: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ScaleIO: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Secret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0Storageos: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTemplatesItems0VolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec templates items0 volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecTolerationsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimGC: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim g c + + Attributes + ---------- + strategy : str, default is Undefined, optional + strategy + """ + + + strategy?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + kind : str, default is Undefined, optional + kind + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0Spec, default is Undefined, optional + spec + status : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0Status, default is Undefined, optional + status + """ + + + apiVersion?: str + + kind?: str + + metadata?: any + + spec?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0Spec + + status?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0Status + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0Spec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecDataSourceRef + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecResources + + selector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecDataSource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecDataSourceRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0Status: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 status + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + allocatedResources : {str:int | str}, default is Undefined, optional + allocated resources + capacity : {str:int | str}, default is Undefined, optional + capacity + conditions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0StatusConditionsItems0], default is Undefined, optional + conditions + phase : str, default is Undefined, optional + phase + resizeStatus : str, default is Undefined, optional + resize status + """ + + + accessModes?: [str] + + allocatedResources?: {str:int | str} + + capacity?: {str:int | str} + + conditions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0StatusConditionsItems0] + + phase?: str + + resizeStatus?: str + + + check: + all _, allocatedResources in allocatedResources {regex_match(str(allocatedResources), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if allocatedResources } if allocatedResources + all _, capacity in capacity {regex_match(str(capacity), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if capacity } if capacity + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumeClaimTemplatesItems0StatusConditionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volume claim templates items0 status conditions items0 + + Attributes + ---------- + lastProbeTime : str, default is Undefined, optional + last probe time + lastTransitionTime : str, default is Undefined, optional + last transition time + message : str, default is Undefined, optional + message + reason : str, default is Undefined, optional + reason + status : str, default is Undefined, required + status + $type : str, default is Undefined, required + type + """ + + + lastProbeTime?: str + + lastTransitionTime?: str + + message?: str + + reason?: str + + status: str + + $type: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0AzureFile: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Cephfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Cinder: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Csi: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Fc: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Flocker: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0GitRepo: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0HostPath: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Iscsi: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Nfs: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Projected: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Quobyte: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Rbd: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Secret: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0Storageos: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 cron workflow spec workflow spec volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowMetadata: + """ + argoproj io v1alpha1 cron workflow spec workflow spec workflow metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + labelsFrom : {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowMetadataLabelsFromAnon}, default is Undefined, optional + labels from + """ + + + annotations?: {str:str} + + labels?: {str:str} + + labelsFrom?: {str:ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowMetadataLabelsFromAnon} + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowMetadataLabelsFromAnon: + """ + argoproj io v1alpha1 cron workflow spec workflow spec workflow metadata labels from anon + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1CronWorkflowSpecWorkflowSpecWorkflowTemplateRef: + """ + argoproj io v1alpha1 cron workflow spec workflow spec workflow template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + """ + + + clusterScope?: bool + + name?: str + + +schema ArgoprojIoV1alpha1CronWorkflowStatus: + """ + argoproj io v1alpha1 cron workflow status + + Attributes + ---------- + active : [ArgoprojIoV1alpha1CronWorkflowStatusActiveItems0], default is Undefined, required + active + conditions : [ArgoprojIoV1alpha1CronWorkflowStatusConditionsItems0], default is Undefined, required + conditions + failed : int, default is Undefined, required + failed + lastScheduledTime : str, default is Undefined, required + last scheduled time + phase : str, default is Undefined, required + phase + succeeded : int, default is Undefined, required + succeeded + """ + + + active: [ArgoprojIoV1alpha1CronWorkflowStatusActiveItems0] + + conditions: [ArgoprojIoV1alpha1CronWorkflowStatusConditionsItems0] + + failed: int + + lastScheduledTime: str + + phase: str + + succeeded: int + + +schema ArgoprojIoV1alpha1CronWorkflowStatusActiveItems0: + """ + argoproj io v1alpha1 cron workflow status active items0 + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, optional + field path + kind : str, default is Undefined, optional + kind + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + resourceVersion : str, default is Undefined, optional + resource version + uid : str, default is Undefined, optional + uid + """ + + + apiVersion?: str + + fieldPath?: str + + kind?: str + + name?: str + + namespace?: str + + resourceVersion?: str + + uid?: str + + +schema ArgoprojIoV1alpha1CronWorkflowStatusConditionsItems0: + """ + argoproj io v1alpha1 cron workflow status conditions items0 + + Attributes + ---------- + message : str, default is Undefined, optional + message + status : str, default is Undefined, optional + status + $type : str, default is Undefined, optional + type + """ + + + message?: str + + status?: str + + $type?: str + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow.k new file mode 100644 index 00000000..7b8ba340 --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow.k @@ -0,0 +1,110030 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import regex +import k8s.apimachinery.pkg.apis.meta.v1 +regex_match = regex.match + + +schema Workflow: + """ + argoproj io v1alpha1 workflow + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "Workflow", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1WorkflowSpec, default is Undefined, required + spec + status : ArgoprojIoV1alpha1WorkflowStatus, default is Undefined, optional + status + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "Workflow" = "Workflow" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1WorkflowSpec + + status?: ArgoprojIoV1alpha1WorkflowStatus + + +schema ArgoprojIoV1alpha1WorkflowSpec: + """ + argoproj io v1alpha1 workflow spec + + Attributes + ---------- + activeDeadlineSeconds : int, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowSpecAffinity, default is Undefined, optional + affinity + archiveLogs : bool, default is Undefined, optional + archive logs + arguments : ArgoprojIoV1alpha1WorkflowSpecArguments, default is Undefined, optional + arguments + artifactGC : ArgoprojIoV1alpha1WorkflowSpecArtifactGC, default is Undefined, optional + artifact g c + artifactRepositoryRef : ArgoprojIoV1alpha1WorkflowSpecArtifactRepositoryRef, default is Undefined, optional + artifact repository ref + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + dnsConfig : ArgoprojIoV1alpha1WorkflowSpecDNSConfig, default is Undefined, optional + dns config + dnsPolicy : str, default is Undefined, optional + dns policy + entrypoint : str, default is Undefined, optional + entrypoint + executor : ArgoprojIoV1alpha1WorkflowSpecExecutor, default is Undefined, optional + executor + hooks : {str:ArgoprojIoV1alpha1WorkflowSpecHooksAnon}, default is Undefined, optional + hooks + hostAliases : [ArgoprojIoV1alpha1WorkflowSpecHostAliasesItems0], default is Undefined, optional + host aliases + hostNetwork : bool, default is Undefined, optional + host network + imagePullSecrets : [ArgoprojIoV1alpha1WorkflowSpecImagePullSecretsItems0], default is Undefined, optional + image pull secrets + metrics : ArgoprojIoV1alpha1WorkflowSpecMetrics, default is Undefined, optional + metrics + nodeSelector : {str:str}, default is Undefined, optional + node selector + onExit : str, default is Undefined, optional + on exit + parallelism : int, default is Undefined, optional + parallelism + podDisruptionBudget : ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudget, default is Undefined, optional + pod disruption budget + podGC : ArgoprojIoV1alpha1WorkflowSpecPodGC, default is Undefined, optional + pod g c + podMetadata : ArgoprojIoV1alpha1WorkflowSpecPodMetadata, default is Undefined, optional + pod metadata + podPriority : int, default is Undefined, optional + pod priority + podPriorityClassName : str, default is Undefined, optional + pod priority class name + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + retryStrategy : ArgoprojIoV1alpha1WorkflowSpecRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + securityContext : ArgoprojIoV1alpha1WorkflowSpecSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + shutdown : str, default is Undefined, optional + shutdown + suspend : bool, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowSpecSynchronization, default is Undefined, optional + synchronization + templateDefaults : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaults, default is Undefined, optional + template defaults + templates : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0], default is Undefined, optional + templates + tolerations : [ArgoprojIoV1alpha1WorkflowSpecTolerationsItems0], default is Undefined, optional + tolerations + ttlStrategy : ArgoprojIoV1alpha1WorkflowSpecTTLStrategy, default is Undefined, optional + ttl strategy + volumeClaimGC : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimGC, default is Undefined, optional + volume claim g c + volumeClaimTemplates : [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0], default is Undefined, optional + volume claim templates + volumes : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0], default is Undefined, optional + volumes + workflowMetadata : ArgoprojIoV1alpha1WorkflowSpecWorkflowMetadata, default is Undefined, optional + workflow metadata + workflowTemplateRef : ArgoprojIoV1alpha1WorkflowSpecWorkflowTemplateRef, default is Undefined, optional + workflow template ref + """ + + + activeDeadlineSeconds?: int + + affinity?: ArgoprojIoV1alpha1WorkflowSpecAffinity + + archiveLogs?: bool + + arguments?: ArgoprojIoV1alpha1WorkflowSpecArguments + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecArtifactGC + + artifactRepositoryRef?: ArgoprojIoV1alpha1WorkflowSpecArtifactRepositoryRef + + automountServiceAccountToken?: bool + + dnsConfig?: ArgoprojIoV1alpha1WorkflowSpecDNSConfig + + dnsPolicy?: str + + entrypoint?: str + + executor?: ArgoprojIoV1alpha1WorkflowSpecExecutor + + hooks?: {str:ArgoprojIoV1alpha1WorkflowSpecHooksAnon} + + hostAliases?: [ArgoprojIoV1alpha1WorkflowSpecHostAliasesItems0] + + hostNetwork?: bool + + imagePullSecrets?: [ArgoprojIoV1alpha1WorkflowSpecImagePullSecretsItems0] + + metrics?: ArgoprojIoV1alpha1WorkflowSpecMetrics + + nodeSelector?: {str:str} + + onExit?: str + + parallelism?: int + + podDisruptionBudget?: ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudget + + podGC?: ArgoprojIoV1alpha1WorkflowSpecPodGC + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecPodMetadata + + podPriority?: int + + podPriorityClassName?: str + + podSpecPatch?: str + + priority?: int + + retryStrategy?: ArgoprojIoV1alpha1WorkflowSpecRetryStrategy + + schedulerName?: str + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecSecurityContext + + serviceAccountName?: str + + shutdown?: str + + suspend?: bool + + synchronization?: ArgoprojIoV1alpha1WorkflowSpecSynchronization + + templateDefaults?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaults + + templates?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0] + + tolerations?: [ArgoprojIoV1alpha1WorkflowSpecTolerationsItems0] + + ttlStrategy?: ArgoprojIoV1alpha1WorkflowSpecTTLStrategy + + volumeClaimGC?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimGC + + volumeClaimTemplates?: [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0] + + workflowMetadata?: ArgoprojIoV1alpha1WorkflowSpecWorkflowMetadata + + workflowTemplateRef?: ArgoprojIoV1alpha1WorkflowSpecWorkflowTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinity: + """ + argoproj io v1alpha1 workflow spec affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow spec affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow spec affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow spec affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow spec affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow spec affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecArguments: + """ + argoproj io v1alpha1 workflow spec arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow spec arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecArtifactGC: + """ + argoproj io v1alpha1 workflow spec artifact g c + + Attributes + ---------- + forceFinalizerRemoval : bool, default is Undefined, optional + force finalizer removal + podMetadata : ArgoprojIoV1alpha1WorkflowSpecArtifactGCPodMetadata, default is Undefined, optional + pod metadata + podSpecPatch : str, default is Undefined, optional + pod spec patch + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + forceFinalizerRemoval?: bool + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecArtifactGCPodMetadata + + podSpecPatch?: str + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecArtifactRepositoryRef: + """ + argoproj io v1alpha1 workflow spec artifact repository ref + + Attributes + ---------- + configMap : str, default is Undefined, optional + config map + key : str, default is Undefined, optional + key + """ + + + configMap?: str + + key?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecDNSConfig: + """ + argoproj io v1alpha1 workflow spec DNS config + + Attributes + ---------- + nameservers : [str], default is Undefined, optional + nameservers + options : [ArgoprojIoV1alpha1WorkflowSpecDNSConfigOptionsItems0], default is Undefined, optional + options + searches : [str], default is Undefined, optional + searches + """ + + + nameservers?: [str] + + options?: [ArgoprojIoV1alpha1WorkflowSpecDNSConfigOptionsItems0] + + searches?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecDNSConfigOptionsItems0: + """ + argoproj io v1alpha1 workflow spec DNS config options items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + value : str, default is Undefined, optional + value + """ + + + name?: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecExecutor: + """ + argoproj io v1alpha1 workflow spec executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnon: + """ + argoproj io v1alpha1 workflow spec hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowSpecHooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArguments: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecHooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow spec hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecHostAliasesItems0: + """ + argoproj io v1alpha1 workflow spec host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecImagePullSecretsItems0: + """ + argoproj io v1alpha1 workflow spec image pull secrets items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecMetrics: + """ + argoproj io v1alpha1 workflow spec metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow spec metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow spec metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow spec metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow spec metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow spec metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudget: + """ + argoproj io v1alpha1 workflow spec pod disruption budget + + Attributes + ---------- + maxUnavailable : int | str, default is Undefined, optional + max unavailable + minAvailable : int | str, default is Undefined, optional + min available + selector : ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudgetSelector, default is Undefined, optional + selector + unhealthyPodEvictionPolicy : str, default is Undefined, optional + unhealthy pod eviction policy + """ + + + maxUnavailable?: int | str + + minAvailable?: int | str + + selector?: ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudgetSelector + + unhealthyPodEvictionPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudgetSelector: + """ + argoproj io v1alpha1 workflow spec pod disruption budget selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudgetSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudgetSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecPodDisruptionBudgetSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec pod disruption budget selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecPodGC: + """ + argoproj io v1alpha1 workflow spec pod g c + + Attributes + ---------- + deleteDelayDuration : str, default is Undefined, optional + delete delay duration + labelSelector : ArgoprojIoV1alpha1WorkflowSpecPodGCLabelSelector, default is Undefined, optional + label selector + strategy : str, default is Undefined, optional + strategy + """ + + + deleteDelayDuration?: str + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecPodGCLabelSelector + + strategy?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecPodGCLabelSelector: + """ + argoproj io v1alpha1 workflow spec pod g c label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecPodGCLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecPodGCLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecPodGCLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec pod g c label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecPodMetadata: + """ + argoproj io v1alpha1 workflow spec pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecRetryStrategy: + """ + argoproj io v1alpha1 workflow spec retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowSpecRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowSpecRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowSpecRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowSpecRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow spec retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow spec retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSecurityContext: + """ + argoproj io v1alpha1 workflow spec security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowSpecSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowSpecSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow spec security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSynchronization: + """ + argoproj io v1alpha1 workflow spec synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowSpecSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowSpecSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowSpecSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowSpecSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowSpecSynchronizationMutex: + """ + argoproj io v1alpha1 workflow spec synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow spec synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTTLStrategy: + """ + argoproj io v1alpha1 workflow spec TTL strategy + + Attributes + ---------- + secondsAfterCompletion : int, default is Undefined, optional + seconds after completion + secondsAfterFailure : int, default is Undefined, optional + seconds after failure + secondsAfterSuccess : int, default is Undefined, optional + seconds after success + """ + + + secondsAfterCompletion?: int + + secondsAfterFailure?: int + + secondsAfterSuccess?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaults: + """ + argoproj io v1alpha1 workflow spec template defaults + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainer + + containerSet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDag + + data?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsData + + executor?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputs + + memoize?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoize + + metadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetadata + + metrics?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScript + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSuspend + + synchronization?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinity: + """ + argoproj io v1alpha1 workflow spec template defaults affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocation: + """ + argoproj io v1alpha1 workflow spec template defaults archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow spec template defaults archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow spec template defaults archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow spec template defaults archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGit: + """ + argoproj io v1alpha1 workflow spec template defaults archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow spec template defaults archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOss: + """ + argoproj io v1alpha1 workflow spec template defaults archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow spec template defaults archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainer: + """ + argoproj io v1alpha1 workflow spec template defaults container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec template defaults container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecycle: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerPortsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerResources: + """ + argoproj io v1alpha1 workflow spec template defaults container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContext: + """ + argoproj io v1alpha1 workflow spec template defaults container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec template defaults container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec template defaults container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec template defaults container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec template defaults container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSet: + """ + argoproj io v1alpha1 workflow spec template defaults container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow spec template defaults container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbe: + """ + argoproj io v1alpha1 workflow spec template defaults container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDag: + """ + argoproj io v1alpha1 workflow spec template defaults dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow spec template defaults dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsData: + """ + argoproj io v1alpha1 workflow spec template defaults data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSource + + transformation: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSource: + """ + argoproj io v1alpha1 workflow spec template defaults data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsDataTransformationItems0: + """ + argoproj io v1alpha1 workflow spec template defaults data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsExecutor: + """ + argoproj io v1alpha1 workflow spec template defaults executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTP: + """ + argoproj io v1alpha1 workflow spec template defaults HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPBodyFrom: + """ + argoproj io v1alpha1 workflow spec template defaults HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsHostAliasesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputs: + """ + argoproj io v1alpha1 workflow spec template defaults inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoize: + """ + argoproj io v1alpha1 workflow spec template defaults memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoizeCache: + """ + argoproj io v1alpha1 workflow spec template defaults memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetrics: + """ + argoproj io v1alpha1 workflow spec template defaults metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow spec template defaults metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow spec template defaults metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow spec template defaults metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow spec template defaults metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputs: + """ + argoproj io v1alpha1 workflow spec template defaults outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResource: + """ + argoproj io v1alpha1 workflow spec template defaults resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFrom: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec template defaults resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategy: + """ + argoproj io v1alpha1 workflow spec template defaults retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow spec template defaults retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow spec template defaults retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScript: + """ + argoproj io v1alpha1 workflow spec template defaults script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec template defaults script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecycle: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptPortsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptResources: + """ + argoproj io v1alpha1 workflow spec template defaults script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContext: + """ + argoproj io v1alpha1 workflow spec template defaults script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec template defaults script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec template defaults script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec template defaults script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec template defaults script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbe: + """ + argoproj io v1alpha1 workflow spec template defaults script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContext: + """ + argoproj io v1alpha1 workflow spec template defaults security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec template defaults security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec template defaults security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec template defaults security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSuspend: + """ + argoproj io v1alpha1 workflow spec template defaults suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronization: + """ + argoproj io v1alpha1 workflow spec template defaults synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationMutex: + """ + argoproj io v1alpha1 workflow spec template defaults synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow spec template defaults synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec template defaults synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsTolerationsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplateDefaultsVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow spec template defaults volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Affinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Container, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Dag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Data, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Executor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Inputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Memoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Metadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Metrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Outputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Resource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Script, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Suspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Synchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0TolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Affinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Container + + containerSet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Dag + + data?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Data + + executor?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Executor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Inputs + + memoize?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Memoize + + metadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Metadata + + metrics?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Metrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Outputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Resource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Script + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Suspend + + synchronization?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Synchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0TolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Affinity: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinity: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocation: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGit: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOss: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Container: + """ + argoproj io v1alpha1 workflow spec templates items0 container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecycle: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerPortsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerResources: + """ + argoproj io v1alpha1 workflow spec templates items0 container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContext: + """ + argoproj io v1alpha1 workflow spec templates items0 container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec templates items0 container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec templates items0 container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSet: + """ + argoproj io v1alpha1 workflow spec templates items0 container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow spec templates items0 container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Dag: + """ + argoproj io v1alpha1 workflow spec templates items0 dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow spec templates items0 dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Data: + """ + argoproj io v1alpha1 workflow spec templates items0 data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSource + + transformation: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSource: + """ + argoproj io v1alpha1 workflow spec templates items0 data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0DataTransformationItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Executor: + """ + argoproj io v1alpha1 workflow spec templates items0 executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPBodyFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0HostAliasesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Inputs: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Memoize: + """ + argoproj io v1alpha1 workflow spec templates items0 memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MemoizeCache: + """ + argoproj io v1alpha1 workflow spec templates items0 memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Metadata: + """ + argoproj io v1alpha1 workflow spec templates items0 metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Metrics: + """ + argoproj io v1alpha1 workflow spec templates items0 metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow spec templates items0 metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow spec templates items0 metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow spec templates items0 metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Outputs: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Resource: + """ + argoproj io v1alpha1 workflow spec templates items0 resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow spec templates items0 resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategy: + """ + argoproj io v1alpha1 workflow spec templates items0 retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow spec templates items0 retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0RetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow spec templates items0 retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Script: + """ + argoproj io v1alpha1 workflow spec templates items0 script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec templates items0 script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecycle: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptPortsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptResources: + """ + argoproj io v1alpha1 workflow spec templates items0 script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContext: + """ + argoproj io v1alpha1 workflow spec templates items0 script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec templates items0 script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec templates items0 script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0ScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec templates items0 security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec templates items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Suspend: + """ + argoproj io v1alpha1 workflow spec templates items0 suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0Synchronization: + """ + argoproj io v1alpha1 workflow spec templates items0 synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationMutex: + """ + argoproj io v1alpha1 workflow spec templates items0 synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow spec templates items0 synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow spec templates items0 synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0TolerationsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Csi: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Fc: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Projected: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Secret: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTemplatesItems0VolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow spec templates items0 volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecTolerationsItems0: + """ + argoproj io v1alpha1 workflow spec tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimGC: + """ + argoproj io v1alpha1 workflow spec volume claim g c + + Attributes + ---------- + strategy : str, default is Undefined, optional + strategy + """ + + + strategy?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + kind : str, default is Undefined, optional + kind + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0Spec, default is Undefined, optional + spec + status : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0Status, default is Undefined, optional + status + """ + + + apiVersion?: str + + kind?: str + + metadata?: any + + spec?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0Spec + + status?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0Status + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0Spec: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecResources + + selector?: ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecDataSource: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecDataSourceRef: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecResources: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecSelector: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0Status: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 status + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + allocatedResources : {str:int | str}, default is Undefined, optional + allocated resources + capacity : {str:int | str}, default is Undefined, optional + capacity + conditions : [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0StatusConditionsItems0], default is Undefined, optional + conditions + phase : str, default is Undefined, optional + phase + resizeStatus : str, default is Undefined, optional + resize status + """ + + + accessModes?: [str] + + allocatedResources?: {str:int | str} + + capacity?: {str:int | str} + + conditions?: [ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0StatusConditionsItems0] + + phase?: str + + resizeStatus?: str + + + check: + all _, allocatedResources in allocatedResources {regex_match(str(allocatedResources), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if allocatedResources } if allocatedResources + all _, capacity in capacity {regex_match(str(capacity), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if capacity } if capacity + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumeClaimTemplatesItems0StatusConditionsItems0: + """ + argoproj io v1alpha1 workflow spec volume claim templates items0 status conditions items0 + + Attributes + ---------- + lastProbeTime : str, default is Undefined, optional + last probe time + lastTransitionTime : str, default is Undefined, optional + last transition time + message : str, default is Undefined, optional + message + reason : str, default is Undefined, optional + reason + status : str, default is Undefined, required + status + $type : str, default is Undefined, required + type + """ + + + lastProbeTime?: str + + lastTransitionTime?: str + + message?: str + + reason?: str + + status: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow spec volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow spec volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow spec volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow spec volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow spec volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow spec volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow spec volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow spec volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow spec volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow spec volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow spec volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow spec volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow spec volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow spec volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow spec volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow spec volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow spec volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow spec volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow spec volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow spec volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow spec volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow spec volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow spec volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow spec volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow spec volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow spec volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowSpecVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow spec volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow spec volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowSpecVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowSpecVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow spec volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowSpecVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow spec volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowSpecWorkflowMetadata: + """ + argoproj io v1alpha1 workflow spec workflow metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + labelsFrom : {str:ArgoprojIoV1alpha1WorkflowSpecWorkflowMetadataLabelsFromAnon}, default is Undefined, optional + labels from + """ + + + annotations?: {str:str} + + labels?: {str:str} + + labelsFrom?: {str:ArgoprojIoV1alpha1WorkflowSpecWorkflowMetadataLabelsFromAnon} + + +schema ArgoprojIoV1alpha1WorkflowSpecWorkflowMetadataLabelsFromAnon: + """ + argoproj io v1alpha1 workflow spec workflow metadata labels from anon + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowSpecWorkflowTemplateRef: + """ + argoproj io v1alpha1 workflow spec workflow template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + """ + + + clusterScope?: bool + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatus: + """ + argoproj io v1alpha1 workflow status + + Attributes + ---------- + artifactGCStatus : ArgoprojIoV1alpha1WorkflowStatusArtifactGCStatus, default is Undefined, optional + artifact g c status + artifactRepositoryRef : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRef, default is Undefined, optional + artifact repository ref + compressedNodes : str, default is Undefined, optional + compressed nodes + conditions : [ArgoprojIoV1alpha1WorkflowStatusConditionsItems0], default is Undefined, optional + conditions + estimatedDuration : int, default is Undefined, optional + estimated duration + finishedAt : str, default is Undefined, optional + finished at + message : str, default is Undefined, optional + message + nodes : {str:ArgoprojIoV1alpha1WorkflowStatusNodesAnon}, default is Undefined, optional + nodes + offloadNodeStatusVersion : str, default is Undefined, optional + offload node status version + outputs : ArgoprojIoV1alpha1WorkflowStatusOutputs, default is Undefined, optional + outputs + persistentVolumeClaims : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0], default is Undefined, optional + persistent volume claims + phase : str, default is Undefined, optional + phase + progress : str, default is Undefined, optional + progress + resourcesDuration : {str:int}, default is Undefined, optional + resources duration + startedAt : str, default is Undefined, optional + started at + storedTemplates : {str:ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnon}, default is Undefined, optional + stored templates + storedWorkflowTemplateSpec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpec, default is Undefined, optional + stored workflow template spec + synchronization : ArgoprojIoV1alpha1WorkflowStatusSynchronization, default is Undefined, optional + synchronization + taskResultsCompletionStatus : {str:bool}, default is Undefined, optional + task results completion status + """ + + + artifactGCStatus?: ArgoprojIoV1alpha1WorkflowStatusArtifactGCStatus + + artifactRepositoryRef?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRef + + compressedNodes?: str + + conditions?: [ArgoprojIoV1alpha1WorkflowStatusConditionsItems0] + + estimatedDuration?: int + + finishedAt?: str + + message?: str + + nodes?: {str:ArgoprojIoV1alpha1WorkflowStatusNodesAnon} + + offloadNodeStatusVersion?: str + + outputs?: ArgoprojIoV1alpha1WorkflowStatusOutputs + + persistentVolumeClaims?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0] + + phase?: str + + progress?: str + + resourcesDuration?: {str:int} + + startedAt?: str + + storedTemplates?: {str:ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnon} + + storedWorkflowTemplateSpec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpec + + synchronization?: ArgoprojIoV1alpha1WorkflowStatusSynchronization + + taskResultsCompletionStatus?: {str:bool} + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactGCStatus: + """ + argoproj io v1alpha1 workflow status artifact g c status + + Attributes + ---------- + notSpecified : bool, default is Undefined, optional + not specified + podsRecouped : {str:bool}, default is Undefined, optional + pods recouped + strategiesProcessed : {str:bool}, default is Undefined, optional + strategies processed + """ + + + notSpecified?: bool + + podsRecouped?: {str:bool} + + strategiesProcessed?: {str:bool} + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRef: + """ + argoproj io v1alpha1 workflow status artifact repository ref + + Attributes + ---------- + artifactRepository : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepository, default is Undefined, optional + artifact repository + configMap : str, default is Undefined, optional + config map + default : bool, default is Undefined, optional + default + key : str, default is Undefined, optional + key + namespace : str, default is Undefined, optional + namespace + """ + + + artifactRepository?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepository + + configMap?: str + + default?: bool + + key?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepository: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryGcs, default is Undefined, optional + gcs + hdfs : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfs, default is Undefined, optional + hdfs + oss : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOss, default is Undefined, optional + oss + s3 : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryAzure + + gcs?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryGcs + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfs + + oss?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOss + + s3?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3 + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactory: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository artifactory + + Attributes + ---------- + keyFormat : str, default is Undefined, optional + key format + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactoryPasswordSecret, default is Undefined, optional + password secret + repoURL : str, default is Undefined, optional + repo URL + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + keyFormat?: str + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactoryPasswordSecret + + repoURL?: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryAzure: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryAzureAccountKeySecret, default is Undefined, optional + account key secret + blobNameFormat : str, default is Undefined, optional + blob name format + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryAzureAccountKeySecret + + blobNameFormat?: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryGcs: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + keyFormat : str, default is Undefined, optional + key format + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + keyFormat?: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfs: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + pathFormat : str, default is Undefined, optional + path format + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + pathFormat?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOss: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + keyFormat : str, default is Undefined, optional + key format + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + keyFormat?: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + keyFormat : str, default is Undefined, optional + key format + keyPrefix : str, default is Undefined, optional + key prefix + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + keyFormat?: str + + keyPrefix?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3CaSecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusArtifactRepositoryRefArtifactRepositoryS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status artifact repository ref artifact repository s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusConditionsItems0: + """ + argoproj io v1alpha1 workflow status conditions items0 + + Attributes + ---------- + message : str, default is Undefined, optional + message + status : str, default is Undefined, optional + status + $type : str, default is Undefined, optional + type + """ + + + message?: str + + status?: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnon: + """ + argoproj io v1alpha1 workflow status nodes anon + + Attributes + ---------- + boundaryID : str, default is Undefined, optional + boundary ID + children : [str], default is Undefined, optional + children + daemoned : bool, default is Undefined, optional + daemoned + displayName : str, default is Undefined, optional + display name + estimatedDuration : int, default is Undefined, optional + estimated duration + finishedAt : str, default is Undefined, optional + finished at + hostNodeName : str, default is Undefined, optional + host node name + id : str, default is Undefined, required + id + inputs : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputs, default is Undefined, optional + inputs + memoizationStatus : ArgoprojIoV1alpha1WorkflowStatusNodesAnonMemoizationStatus, default is Undefined, optional + memoization status + message : str, default is Undefined, optional + message + name : str, default is Undefined, required + name + nodeFlag : ArgoprojIoV1alpha1WorkflowStatusNodesAnonNodeFlag, default is Undefined, optional + node flag + outboundNodes : [str], default is Undefined, optional + outbound nodes + outputs : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputs, default is Undefined, optional + outputs + phase : str, default is Undefined, optional + phase + podIP : str, default is Undefined, optional + pod IP + progress : str, default is Undefined, optional + progress + resourcesDuration : {str:int}, default is Undefined, optional + resources duration + startedAt : str, default is Undefined, optional + started at + synchronizationStatus : ArgoprojIoV1alpha1WorkflowStatusNodesAnonSynchronizationStatus, default is Undefined, optional + synchronization status + templateName : str, default is Undefined, optional + template name + templateRef : ArgoprojIoV1alpha1WorkflowStatusNodesAnonTemplateRef, default is Undefined, optional + template ref + templateScope : str, default is Undefined, optional + template scope + $type : str, default is Undefined, required + type + """ + + + boundaryID?: str + + children?: [str] + + daemoned?: bool + + displayName?: str + + estimatedDuration?: int + + finishedAt?: str + + hostNodeName?: str + + id: str + + inputs?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputs + + memoizationStatus?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonMemoizationStatus + + message?: str + + name: str + + nodeFlag?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonNodeFlag + + outboundNodes?: [str] + + outputs?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputs + + phase?: str + + podIP?: str + + progress?: str + + resourcesDuration?: {str:int} + + startedAt?: str + + synchronizationStatus?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonSynchronizationStatus + + templateName?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonTemplateRef + + templateScope?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputs: + """ + argoproj io v1alpha1 workflow status nodes anon inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0: + """ + argoproj io v1alpha1 workflow status nodes anon inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status nodes anon inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status nodes anon inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonMemoizationStatus: + """ + argoproj io v1alpha1 workflow status nodes anon memoization status + + Attributes + ---------- + cacheName : str, default is Undefined, required + cache name + hit : bool, default is Undefined, required + hit + key : str, default is Undefined, required + key + """ + + + cacheName: str + + hit: bool + + key: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonNodeFlag: + """ + argoproj io v1alpha1 workflow status nodes anon node flag + + Attributes + ---------- + hooked : bool, default is Undefined, optional + hooked + retried : bool, default is Undefined, optional + retried + """ + + + hooked?: bool + + retried?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputs: + """ + argoproj io v1alpha1 workflow status nodes anon outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status nodes anon outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow status nodes anon outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status nodes anon outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status nodes anon outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonSynchronizationStatus: + """ + argoproj io v1alpha1 workflow status nodes anon synchronization status + + Attributes + ---------- + waiting : str, default is Undefined, optional + waiting + """ + + + waiting?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusNodesAnonTemplateRef: + """ + argoproj io v1alpha1 workflow status nodes anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputs: + """ + argoproj io v1alpha1 workflow status outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow status outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AzureDisk: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0AzureFile: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Cephfs: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Cinder: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Csi: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EmptyDir: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Ephemeral: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Fc: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0FlexVolume: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Flocker: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0GitRepo: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Glusterfs: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0HostPath: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Iscsi: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Nfs: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Projected: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Quobyte: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Rbd: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ScaleIO: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Secret: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0Storageos: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusPersistentVolumeClaimsItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow status persistent volume claims items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnon: + """ + argoproj io v1alpha1 workflow status stored templates anon + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainer + + containerSet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDag + + data?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonData + + executor?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputs + + memoize?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoize + + metadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetadata + + metrics?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScript + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSuspend + + synchronization?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinity: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocation: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGit: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOss: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainer: + """ + argoproj io v1alpha1 workflow status stored templates anon container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecycle: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerPortsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerResources: + """ + argoproj io v1alpha1 workflow status stored templates anon container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContext: + """ + argoproj io v1alpha1 workflow status stored templates anon container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored templates anon container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored templates anon container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSet: + """ + argoproj io v1alpha1 workflow status stored templates anon container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow status stored templates anon container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDag: + """ + argoproj io v1alpha1 workflow status stored templates anon dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow status stored templates anon dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonData: + """ + argoproj io v1alpha1 workflow status stored templates anon data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSource + + transformation: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSource: + """ + argoproj io v1alpha1 workflow status stored templates anon data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonDataTransformationItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonExecutor: + """ + argoproj io v1alpha1 workflow status stored templates anon executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPBodyFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonHostAliasesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputs: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoize: + """ + argoproj io v1alpha1 workflow status stored templates anon memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoizeCache: + """ + argoproj io v1alpha1 workflow status stored templates anon memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetrics: + """ + argoproj io v1alpha1 workflow status stored templates anon metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow status stored templates anon metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow status stored templates anon metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow status stored templates anon metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputs: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResource: + """ + argoproj io v1alpha1 workflow status stored templates anon resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored templates anon resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategy: + """ + argoproj io v1alpha1 workflow status stored templates anon retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow status stored templates anon retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow status stored templates anon retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScript: + """ + argoproj io v1alpha1 workflow status stored templates anon script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored templates anon script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecycle: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptPortsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptResources: + """ + argoproj io v1alpha1 workflow status stored templates anon script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContext: + """ + argoproj io v1alpha1 workflow status stored templates anon script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored templates anon script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored templates anon script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContext: + """ + argoproj io v1alpha1 workflow status stored templates anon security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored templates anon security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSuspend: + """ + argoproj io v1alpha1 workflow status stored templates anon suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronization: + """ + argoproj io v1alpha1 workflow status stored templates anon synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationMutex: + """ + argoproj io v1alpha1 workflow status stored templates anon synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow status stored templates anon synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored templates anon synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonTolerationsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredTemplatesAnonVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow status stored templates anon volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec + + Attributes + ---------- + activeDeadlineSeconds : int, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinity, default is Undefined, optional + affinity + archiveLogs : bool, default is Undefined, optional + archive logs + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArguments, default is Undefined, optional + arguments + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactGC, default is Undefined, optional + artifact g c + artifactRepositoryRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactRepositoryRef, default is Undefined, optional + artifact repository ref + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + dnsConfig : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecDNSConfig, default is Undefined, optional + dns config + dnsPolicy : str, default is Undefined, optional + dns policy + entrypoint : str, default is Undefined, optional + entrypoint + executor : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecExecutor, default is Undefined, optional + executor + hooks : {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnon}, default is Undefined, optional + hooks + hostAliases : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHostAliasesItems0], default is Undefined, optional + host aliases + hostNetwork : bool, default is Undefined, optional + host network + imagePullSecrets : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecImagePullSecretsItems0], default is Undefined, optional + image pull secrets + metrics : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetrics, default is Undefined, optional + metrics + nodeSelector : {str:str}, default is Undefined, optional + node selector + onExit : str, default is Undefined, optional + on exit + parallelism : int, default is Undefined, optional + parallelism + podDisruptionBudget : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudget, default is Undefined, optional + pod disruption budget + podGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGC, default is Undefined, optional + pod g c + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodMetadata, default is Undefined, optional + pod metadata + podPriority : int, default is Undefined, optional + pod priority + podPriorityClassName : str, default is Undefined, optional + pod priority class name + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + shutdown : str, default is Undefined, optional + shutdown + suspend : bool, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronization, default is Undefined, optional + synchronization + templateDefaults : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaults, default is Undefined, optional + template defaults + templates : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0], default is Undefined, optional + templates + tolerations : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTolerationsItems0], default is Undefined, optional + tolerations + ttlStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTTLStrategy, default is Undefined, optional + ttl strategy + volumeClaimGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimGC, default is Undefined, optional + volume claim g c + volumeClaimTemplates : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0], default is Undefined, optional + volume claim templates + volumes : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0], default is Undefined, optional + volumes + workflowMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowMetadata, default is Undefined, optional + workflow metadata + workflowTemplateRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowTemplateRef, default is Undefined, optional + workflow template ref + """ + + + activeDeadlineSeconds?: int + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinity + + archiveLogs?: bool + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArguments + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactGC + + artifactRepositoryRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactRepositoryRef + + automountServiceAccountToken?: bool + + dnsConfig?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecDNSConfig + + dnsPolicy?: str + + entrypoint?: str + + executor?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecExecutor + + hooks?: {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnon} + + hostAliases?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHostAliasesItems0] + + hostNetwork?: bool + + imagePullSecrets?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecImagePullSecretsItems0] + + metrics?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetrics + + nodeSelector?: {str:str} + + onExit?: str + + parallelism?: int + + podDisruptionBudget?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudget + + podGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGC + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodMetadata + + podPriority?: int + + podPriorityClassName?: str + + podSpecPatch?: str + + priority?: int + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategy + + schedulerName?: str + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContext + + serviceAccountName?: str + + shutdown?: str + + suspend?: bool + + synchronization?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronization + + templateDefaults?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaults + + templates?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0] + + tolerations?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTolerationsItems0] + + ttlStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTTLStrategy + + volumeClaimGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimGC + + volumeClaimTemplates?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0] + + workflowMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowMetadata + + workflowTemplateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArguments: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec artifact g c + + Attributes + ---------- + forceFinalizerRemoval : bool, default is Undefined, optional + force finalizer removal + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactGCPodMetadata, default is Undefined, optional + pod metadata + podSpecPatch : str, default is Undefined, optional + pod spec patch + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + forceFinalizerRemoval?: bool + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactGCPodMetadata + + podSpecPatch?: str + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecArtifactRepositoryRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec artifact repository ref + + Attributes + ---------- + configMap : str, default is Undefined, optional + config map + key : str, default is Undefined, optional + key + """ + + + configMap?: str + + key?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecDNSConfig: + """ + argoproj io v1alpha1 workflow status stored workflow template spec DNS config + + Attributes + ---------- + nameservers : [str], default is Undefined, optional + nameservers + options : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecDNSConfigOptionsItems0], default is Undefined, optional + options + searches : [str], default is Undefined, optional + searches + """ + + + nameservers?: [str] + + options?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecDNSConfigOptionsItems0] + + searches?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecDNSConfigOptionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec DNS config options items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + value : str, default is Undefined, optional + value + """ + + + name?: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecExecutor: + """ + argoproj io v1alpha1 workflow status stored workflow template spec executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnon: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArguments: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecHostAliasesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecImagePullSecretsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec image pull secrets items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetrics: + """ + argoproj io v1alpha1 workflow status stored workflow template spec metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow status stored workflow template spec metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow status stored workflow template spec metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow status stored workflow template spec metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudget: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod disruption budget + + Attributes + ---------- + maxUnavailable : int | str, default is Undefined, optional + max unavailable + minAvailable : int | str, default is Undefined, optional + min available + selector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudgetSelector, default is Undefined, optional + selector + unhealthyPodEvictionPolicy : str, default is Undefined, optional + unhealthy pod eviction policy + """ + + + maxUnavailable?: int | str + + minAvailable?: int | str + + selector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudgetSelector + + unhealthyPodEvictionPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudgetSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod disruption budget selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod disruption budget selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod g c + + Attributes + ---------- + deleteDelayDuration : str, default is Undefined, optional + delete delay duration + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGCLabelSelector, default is Undefined, optional + label selector + strategy : str, default is Undefined, optional + strategy + """ + + + deleteDelayDuration?: str + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGCLabelSelector + + strategy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGCLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod g c label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod g c label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategy: + """ + argoproj io v1alpha1 workflow status stored workflow template spec retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow status stored workflow template spec retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronization: + """ + argoproj io v1alpha1 workflow status stored workflow template spec synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationMutex: + """ + argoproj io v1alpha1 workflow status stored workflow template spec synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow status stored workflow template spec synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTTLStrategy: + """ + argoproj io v1alpha1 workflow status stored workflow template spec TTL strategy + + Attributes + ---------- + secondsAfterCompletion : int, default is Undefined, optional + seconds after completion + secondsAfterFailure : int, default is Undefined, optional + seconds after failure + secondsAfterSuccess : int, default is Undefined, optional + seconds after success + """ + + + secondsAfterCompletion?: int + + secondsAfterFailure?: int + + secondsAfterSuccess?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaults: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainer + + containerSet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDag + + data?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsData + + executor?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputs + + memoize?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoize + + metadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetadata + + metrics?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScript + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSuspend + + synchronization?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocation: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGit: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainer: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerPortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDag: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsData: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSource + + transformation: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsDataTransformationItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsExecutor: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsHostAliasesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoize: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoizeCache: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetrics: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategy: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScript: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptPortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSuspend: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronization: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationMutex: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsTolerationsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec template defaults volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Affinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Container, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Dag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Data, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Executor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Inputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Memoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Metadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Metrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Outputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Resource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Script, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Suspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Synchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0TolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Affinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Container + + containerSet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Dag + + data?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Data + + executor?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Executor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Inputs + + memoize?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Memoize + + metadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Metadata + + metrics?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Metrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Outputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Resource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Script + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Suspend + + synchronization?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Synchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0TolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Affinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocation: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGit: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Container: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerPortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Dag: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Data: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSource + + transformation: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0DataTransformationItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Executor: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPBodyFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0HostAliasesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Inputs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Memoize: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MemoizeCache: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Metadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Metrics: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Outputs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Resource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategy: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Script: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptPortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Suspend: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0Synchronization: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationMutex: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0TolerationsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Csi: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Fc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Projected: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec templates items0 volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecTolerationsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimGC: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim g c + + Attributes + ---------- + strategy : str, default is Undefined, optional + strategy + """ + + + strategy?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + kind : str, default is Undefined, optional + kind + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0Spec, default is Undefined, optional + spec + status : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0Status, default is Undefined, optional + status + """ + + + apiVersion?: str + + kind?: str + + metadata?: any + + spec?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0Spec + + status?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0Status + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0Spec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources + + selector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0Status: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 status + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + allocatedResources : {str:int | str}, default is Undefined, optional + allocated resources + capacity : {str:int | str}, default is Undefined, optional + capacity + conditions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0], default is Undefined, optional + conditions + phase : str, default is Undefined, optional + phase + resizeStatus : str, default is Undefined, optional + resize status + """ + + + accessModes?: [str] + + allocatedResources?: {str:int | str} + + capacity?: {str:int | str} + + conditions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0] + + phase?: str + + resizeStatus?: str + + + check: + all _, allocatedResources in allocatedResources {regex_match(str(allocatedResources), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if allocatedResources } if allocatedResources + all _, capacity in capacity {regex_match(str(capacity), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if capacity } if capacity + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volume claim templates items0 status conditions items0 + + Attributes + ---------- + lastProbeTime : str, default is Undefined, optional + last probe time + lastTransitionTime : str, default is Undefined, optional + last transition time + message : str, default is Undefined, optional + message + reason : str, default is Undefined, optional + reason + status : str, default is Undefined, required + status + $type : str, default is Undefined, required + type + """ + + + lastProbeTime?: str + + lastTransitionTime?: str + + message?: str + + reason?: str + + status: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow status stored workflow template spec volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowMetadata: + """ + argoproj io v1alpha1 workflow status stored workflow template spec workflow metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + labelsFrom : {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowMetadataLabelsFromAnon}, default is Undefined, optional + labels from + """ + + + annotations?: {str:str} + + labels?: {str:str} + + labelsFrom?: {str:ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowMetadataLabelsFromAnon} + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowMetadataLabelsFromAnon: + """ + argoproj io v1alpha1 workflow status stored workflow template spec workflow metadata labels from anon + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowStatusStoredWorkflowTemplateSpecWorkflowTemplateRef: + """ + argoproj io v1alpha1 workflow status stored workflow template spec workflow template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + """ + + + clusterScope?: bool + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronization: + """ + argoproj io v1alpha1 workflow status synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutex: + """ + argoproj io v1alpha1 workflow status synchronization mutex + + Attributes + ---------- + holding : [ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutexHoldingItems0], default is Undefined, optional + holding + waiting : [ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutexWaitingItems0], default is Undefined, optional + waiting + """ + + + holding?: [ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutexHoldingItems0] + + waiting?: [ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutexWaitingItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutexHoldingItems0: + """ + argoproj io v1alpha1 workflow status synchronization mutex holding items0 + + Attributes + ---------- + holder : str, default is Undefined, optional + holder + mutex : str, default is Undefined, optional + mutex + """ + + + holder?: str + + mutex?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronizationMutexWaitingItems0: + """ + argoproj io v1alpha1 workflow status synchronization mutex waiting items0 + + Attributes + ---------- + holder : str, default is Undefined, optional + holder + mutex : str, default is Undefined, optional + mutex + """ + + + holder?: str + + mutex?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow status synchronization semaphore + + Attributes + ---------- + holding : [ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphoreHoldingItems0], default is Undefined, optional + holding + waiting : [ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphoreWaitingItems0], default is Undefined, optional + waiting + """ + + + holding?: [ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphoreHoldingItems0] + + waiting?: [ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphoreWaitingItems0] + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphoreHoldingItems0: + """ + argoproj io v1alpha1 workflow status synchronization semaphore holding items0 + + Attributes + ---------- + holders : [str], default is Undefined, optional + holders + semaphore : str, default is Undefined, optional + semaphore + """ + + + holders?: [str] + + semaphore?: str + + +schema ArgoprojIoV1alpha1WorkflowStatusSynchronizationSemaphoreWaitingItems0: + """ + argoproj io v1alpha1 workflow status synchronization semaphore waiting items0 + + Attributes + ---------- + holders : [str], default is Undefined, optional + holders + semaphore : str, default is Undefined, optional + semaphore + """ + + + holders?: [str] + + semaphore?: str + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_artifact_g_c_task.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_artifact_g_c_task.k new file mode 100644 index 00000000..764d77a8 --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_artifact_g_c_task.k @@ -0,0 +1,2355 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import k8s.apimachinery.pkg.apis.meta.v1 + + +schema WorkflowArtifactGCTask: + """ + argoproj io v1alpha1 workflow artifact g c task + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "WorkflowArtifactGCTask", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpec, default is Undefined, required + spec + status : ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatus, default is Undefined, optional + status + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "WorkflowArtifactGCTask" = "WorkflowArtifactGCTask" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpec + + status?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatus + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpec: + """ + argoproj io v1alpha1 workflow artifact g c task spec + + Attributes + ---------- + artifactsByNode : {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnon}, default is Undefined, optional + artifacts by node + """ + + + artifactsByNode?: {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnon} + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnon: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon + + Attributes + ---------- + archiveLocation : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocation, default is Undefined, optional + archive location + artifacts : {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnon}, default is Undefined, optional + artifacts + """ + + + archiveLocation?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocation + + artifacts?: {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnon} + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocation: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGit: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOss: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnon: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGcs + + git?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfs + + http?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArchive: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArchiveTar: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactGC: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactory: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonAzure: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGcs: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGit: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitPasswordSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonGitUsernameSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTP: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuth: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfs: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOss: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssLifecycleRule: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonRaw: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3CaSecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskSpecArtifactsByNodeAnonArtifactsAnonS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow artifact g c task spec artifacts by node anon artifacts anon s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatus: + """ + argoproj io v1alpha1 workflow artifact g c task status + + Attributes + ---------- + artifactResultsByNode : {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatusArtifactResultsByNodeAnon}, default is Undefined, optional + artifact results by node + """ + + + artifactResultsByNode?: {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatusArtifactResultsByNodeAnon} + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatusArtifactResultsByNodeAnon: + """ + argoproj io v1alpha1 workflow artifact g c task status artifact results by node anon + + Attributes + ---------- + artifactResults : {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatusArtifactResultsByNodeAnonArtifactResultsAnon}, default is Undefined, optional + artifact results + """ + + + artifactResults?: {str:ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatusArtifactResultsByNodeAnonArtifactResultsAnon} + + +schema ArgoprojIoV1alpha1WorkflowArtifactGCTaskStatusArtifactResultsByNodeAnonArtifactResultsAnon: + """ + argoproj io v1alpha1 workflow artifact g c task status artifact results by node anon artifact results anon + + Attributes + ---------- + error : str, default is Undefined, optional + error + name : str, default is Undefined, required + name + success : bool, default is Undefined, optional + success + """ + + + error?: str + + name: str + + success?: bool + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_event_binding.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_event_binding.k new file mode 100644 index 00000000..cf87656f --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_event_binding.k @@ -0,0 +1,1409 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import k8s.apimachinery.pkg.apis.meta.v1 + + +schema WorkflowEventBinding: + """ + argoproj io v1alpha1 workflow event binding + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "WorkflowEventBinding", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1WorkflowEventBindingSpec, default is Undefined, required + spec + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "WorkflowEventBinding" = "WorkflowEventBinding" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1WorkflowEventBindingSpec + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpec: + """ + argoproj io v1alpha1 workflow event binding spec + + Attributes + ---------- + event : ArgoprojIoV1alpha1WorkflowEventBindingSpecEvent, default is Undefined, required + event + submit : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmit, default is Undefined, optional + submit + """ + + + event: ArgoprojIoV1alpha1WorkflowEventBindingSpecEvent + + submit?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmit + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecEvent: + """ + argoproj io v1alpha1 workflow event binding spec event + + Attributes + ---------- + selector : str, default is Undefined, required + selector + """ + + + selector: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmit: + """ + argoproj io v1alpha1 workflow event binding spec submit + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArguments, default is Undefined, optional + arguments + metadata : any, default is Undefined, optional + metadata + workflowTemplateRef : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitWorkflowTemplateRef, default is Undefined, required + workflow template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArguments + + metadata?: any + + workflowTemplateRef: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitWorkflowTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArguments: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow event binding spec submit arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowEventBindingSpecSubmitWorkflowTemplateRef: + """ + argoproj io v1alpha1 workflow event binding spec submit workflow template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + """ + + + clusterScope?: bool + + name?: str + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_task_result.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_task_result.k new file mode 100644 index 00000000..497ff808 --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_task_result.k @@ -0,0 +1,1357 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import k8s.apimachinery.pkg.apis.meta.v1 + + +schema WorkflowTaskResult: + """ + argoproj io v1alpha1 workflow task result + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "WorkflowTaskResult", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + message : str, default is Undefined, optional + message + metadata : v1.ObjectMeta, default is Undefined, required + metadata + outputs : ArgoprojIoV1alpha1WorkflowTaskResultOutputs, default is Undefined, optional + outputs + phase : str, default is Undefined, optional + phase + progress : str, default is Undefined, optional + progress + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "WorkflowTaskResult" = "WorkflowTaskResult" + + message?: str + + metadata: v1.ObjectMeta + + outputs?: ArgoprojIoV1alpha1WorkflowTaskResultOutputs + + phase?: str + + progress?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputs: + """ + argoproj io v1alpha1 workflow task result outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task result outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow task result outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task result outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskResultOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task result outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_task_set.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_task_set.k new file mode 100644 index 00000000..4b5e6999 --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_task_set.k @@ -0,0 +1,19625 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import regex +import k8s.apimachinery.pkg.apis.meta.v1 +regex_match = regex.match + + +schema WorkflowTaskSet: + """ + argoproj io v1alpha1 workflow task set + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "WorkflowTaskSet", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1WorkflowTaskSetSpec, default is Undefined, required + spec + status : ArgoprojIoV1alpha1WorkflowTaskSetStatus, default is Undefined, optional + status + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "WorkflowTaskSet" = "WorkflowTaskSet" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1WorkflowTaskSetSpec + + status?: ArgoprojIoV1alpha1WorkflowTaskSetStatus + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpec: + """ + argoproj io v1alpha1 workflow task set spec + + Attributes + ---------- + tasks : {str:ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnon}, default is Undefined, optional + tasks + """ + + + tasks?: {str:ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnon} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnon: + """ + argoproj io v1alpha1 workflow task set spec tasks anon + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainer + + containerSet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDag + + data?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonData + + executor?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputs + + memoize?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoize + + metadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetadata + + metrics?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScript + + securityContext?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSuspend + + synchronization?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinity: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocation: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGit: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainer: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecycle: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerPortsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerResources: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContext: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDag: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow task set spec tasks anon dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonData: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSource + + transformation: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSource: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonDataTransformationItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonExecutor: + """ + argoproj io v1alpha1 workflow task set spec tasks anon executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPBodyFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonHostAliasesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoize: + """ + argoproj io v1alpha1 workflow task set spec tasks anon memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoizeCache: + """ + argoproj io v1alpha1 workflow task set spec tasks anon memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetrics: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResource: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategy: + """ + argoproj io v1alpha1 workflow task set spec tasks anon retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow task set spec tasks anon retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow task set spec tasks anon retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScript: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecycle: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptPortsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptResources: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContext: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContext: + """ + argoproj io v1alpha1 workflow task set spec tasks anon security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSuspend: + """ + argoproj io v1alpha1 workflow task set spec tasks anon suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronization: + """ + argoproj io v1alpha1 workflow task set spec tasks anon synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationMutex: + """ + argoproj io v1alpha1 workflow task set spec tasks anon synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow task set spec tasks anon synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonTolerationsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetSpecTasksAnonVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow task set spec tasks anon volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatus: + """ + argoproj io v1alpha1 workflow task set status + + Attributes + ---------- + nodes : {str:ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnon}, default is Undefined, optional + nodes + """ + + + nodes?: {str:ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnon} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnon: + """ + argoproj io v1alpha1 workflow task set status nodes anon + + Attributes + ---------- + message : str, default is Undefined, optional + message + outputs : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputs, default is Undefined, optional + outputs + phase : str, default is Undefined, optional + phase + progress : str, default is Undefined, optional + progress + """ + + + message?: str + + outputs?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputs + + phase?: str + + progress?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputs: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTaskSetStatusNodesAnonOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow task set status nodes anon outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + diff --git a/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_template.k b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_template.k new file mode 100644 index 00000000..b5482bbd --- /dev/null +++ b/argo-workflow/v1alpha1/argoproj_io_v1alpha1_workflow_template.k @@ -0,0 +1,42640 @@ +""" +This file was generated by the KCL auto-gen tool. DO NOT EDIT. +Editing this file might prove futile when you re-run the KCL auto-gen generate command. +""" +import regex +import k8s.apimachinery.pkg.apis.meta.v1 +regex_match = regex.match + + +schema WorkflowTemplate: + """ + argoproj io v1alpha1 workflow template + + Attributes + ---------- + apiVersion : str, default is "argoproj.io/v1alpha1", required + APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + kind : str, default is "WorkflowTemplate", required + Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + metadata : v1.ObjectMeta, default is Undefined, required + metadata + spec : ArgoprojIoV1alpha1WorkflowTemplateSpec, default is Undefined, required + spec + """ + + + apiVersion: "argoproj.io/v1alpha1" = "argoproj.io/v1alpha1" + + kind: "WorkflowTemplate" = "WorkflowTemplate" + + metadata: v1.ObjectMeta + + spec: ArgoprojIoV1alpha1WorkflowTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpec: + """ + argoproj io v1alpha1 workflow template spec + + Attributes + ---------- + activeDeadlineSeconds : int, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinity, default is Undefined, optional + affinity + archiveLogs : bool, default is Undefined, optional + archive logs + arguments : ArgoprojIoV1alpha1WorkflowTemplateSpecArguments, default is Undefined, optional + arguments + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactGC, default is Undefined, optional + artifact g c + artifactRepositoryRef : ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactRepositoryRef, default is Undefined, optional + artifact repository ref + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + dnsConfig : ArgoprojIoV1alpha1WorkflowTemplateSpecDNSConfig, default is Undefined, optional + dns config + dnsPolicy : str, default is Undefined, optional + dns policy + entrypoint : str, default is Undefined, optional + entrypoint + executor : ArgoprojIoV1alpha1WorkflowTemplateSpecExecutor, default is Undefined, optional + executor + hooks : {str:ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnon}, default is Undefined, optional + hooks + hostAliases : [ArgoprojIoV1alpha1WorkflowTemplateSpecHostAliasesItems0], default is Undefined, optional + host aliases + hostNetwork : bool, default is Undefined, optional + host network + imagePullSecrets : [ArgoprojIoV1alpha1WorkflowTemplateSpecImagePullSecretsItems0], default is Undefined, optional + image pull secrets + metrics : ArgoprojIoV1alpha1WorkflowTemplateSpecMetrics, default is Undefined, optional + metrics + nodeSelector : {str:str}, default is Undefined, optional + node selector + onExit : str, default is Undefined, optional + on exit + parallelism : int, default is Undefined, optional + parallelism + podDisruptionBudget : ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudget, default is Undefined, optional + pod disruption budget + podGC : ArgoprojIoV1alpha1WorkflowTemplateSpecPodGC, default is Undefined, optional + pod g c + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecPodMetadata, default is Undefined, optional + pod metadata + podPriority : int, default is Undefined, optional + pod priority + podPriorityClassName : str, default is Undefined, optional + pod priority class name + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + retryStrategy : ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + shutdown : str, default is Undefined, optional + shutdown + suspend : bool, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronization, default is Undefined, optional + synchronization + templateDefaults : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaults, default is Undefined, optional + template defaults + templates : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0], default is Undefined, optional + templates + tolerations : [ArgoprojIoV1alpha1WorkflowTemplateSpecTolerationsItems0], default is Undefined, optional + tolerations + ttlStrategy : ArgoprojIoV1alpha1WorkflowTemplateSpecTTLStrategy, default is Undefined, optional + ttl strategy + volumeClaimGC : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimGC, default is Undefined, optional + volume claim g c + volumeClaimTemplates : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0], default is Undefined, optional + volume claim templates + volumes : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0], default is Undefined, optional + volumes + workflowMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowMetadata, default is Undefined, optional + workflow metadata + workflowTemplateRef : ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowTemplateRef, default is Undefined, optional + workflow template ref + """ + + + activeDeadlineSeconds?: int + + affinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinity + + archiveLogs?: bool + + arguments?: ArgoprojIoV1alpha1WorkflowTemplateSpecArguments + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactGC + + artifactRepositoryRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactRepositoryRef + + automountServiceAccountToken?: bool + + dnsConfig?: ArgoprojIoV1alpha1WorkflowTemplateSpecDNSConfig + + dnsPolicy?: str + + entrypoint?: str + + executor?: ArgoprojIoV1alpha1WorkflowTemplateSpecExecutor + + hooks?: {str:ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnon} + + hostAliases?: [ArgoprojIoV1alpha1WorkflowTemplateSpecHostAliasesItems0] + + hostNetwork?: bool + + imagePullSecrets?: [ArgoprojIoV1alpha1WorkflowTemplateSpecImagePullSecretsItems0] + + metrics?: ArgoprojIoV1alpha1WorkflowTemplateSpecMetrics + + nodeSelector?: {str:str} + + onExit?: str + + parallelism?: int + + podDisruptionBudget?: ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudget + + podGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecPodGC + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecPodMetadata + + podPriority?: int + + podPriorityClassName?: str + + podSpecPatch?: str + + priority?: int + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategy + + schedulerName?: str + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContext + + serviceAccountName?: str + + shutdown?: str + + suspend?: bool + + synchronization?: ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronization + + templateDefaults?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaults + + templates?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0] + + tolerations?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTolerationsItems0] + + ttlStrategy?: ArgoprojIoV1alpha1WorkflowTemplateSpecTTLStrategy + + volumeClaimGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimGC + + volumeClaimTemplates?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0] + + workflowMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowMetadata + + workflowTemplateRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinity: + """ + argoproj io v1alpha1 workflow template spec affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArguments: + """ + argoproj io v1alpha1 workflow template spec arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactGC: + """ + argoproj io v1alpha1 workflow template spec artifact g c + + Attributes + ---------- + forceFinalizerRemoval : bool, default is Undefined, optional + force finalizer removal + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactGCPodMetadata, default is Undefined, optional + pod metadata + podSpecPatch : str, default is Undefined, optional + pod spec patch + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + forceFinalizerRemoval?: bool + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactGCPodMetadata + + podSpecPatch?: str + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecArtifactRepositoryRef: + """ + argoproj io v1alpha1 workflow template spec artifact repository ref + + Attributes + ---------- + configMap : str, default is Undefined, optional + config map + key : str, default is Undefined, optional + key + """ + + + configMap?: str + + key?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecDNSConfig: + """ + argoproj io v1alpha1 workflow template spec DNS config + + Attributes + ---------- + nameservers : [str], default is Undefined, optional + nameservers + options : [ArgoprojIoV1alpha1WorkflowTemplateSpecDNSConfigOptionsItems0], default is Undefined, optional + options + searches : [str], default is Undefined, optional + searches + """ + + + nameservers?: [str] + + options?: [ArgoprojIoV1alpha1WorkflowTemplateSpecDNSConfigOptionsItems0] + + searches?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecDNSConfigOptionsItems0: + """ + argoproj io v1alpha1 workflow template spec DNS config options items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + value : str, default is Undefined, optional + value + """ + + + name?: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecExecutor: + """ + argoproj io v1alpha1 workflow template spec executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnon: + """ + argoproj io v1alpha1 workflow template spec hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArguments: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow template spec hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecHostAliasesItems0: + """ + argoproj io v1alpha1 workflow template spec host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecImagePullSecretsItems0: + """ + argoproj io v1alpha1 workflow template spec image pull secrets items0 + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecMetrics: + """ + argoproj io v1alpha1 workflow template spec metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow template spec metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow template spec metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow template spec metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow template spec metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow template spec metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudget: + """ + argoproj io v1alpha1 workflow template spec pod disruption budget + + Attributes + ---------- + maxUnavailable : int | str, default is Undefined, optional + max unavailable + minAvailable : int | str, default is Undefined, optional + min available + selector : ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudgetSelector, default is Undefined, optional + selector + unhealthyPodEvictionPolicy : str, default is Undefined, optional + unhealthy pod eviction policy + """ + + + maxUnavailable?: int | str + + minAvailable?: int | str + + selector?: ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudgetSelector + + unhealthyPodEvictionPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudgetSelector: + """ + argoproj io v1alpha1 workflow template spec pod disruption budget selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodDisruptionBudgetSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec pod disruption budget selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodGC: + """ + argoproj io v1alpha1 workflow template spec pod g c + + Attributes + ---------- + deleteDelayDuration : str, default is Undefined, optional + delete delay duration + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecPodGCLabelSelector, default is Undefined, optional + label selector + strategy : str, default is Undefined, optional + strategy + """ + + + deleteDelayDuration?: str + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecPodGCLabelSelector + + strategy?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodGCLabelSelector: + """ + argoproj io v1alpha1 workflow template spec pod g c label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodGCLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec pod g c label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecPodMetadata: + """ + argoproj io v1alpha1 workflow template spec pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategy: + """ + argoproj io v1alpha1 workflow template spec retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow template spec retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow template spec retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContext: + """ + argoproj io v1alpha1 workflow template spec security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow template spec security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronization: + """ + argoproj io v1alpha1 workflow template spec synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationMutex: + """ + argoproj io v1alpha1 workflow template spec synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow template spec synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTTLStrategy: + """ + argoproj io v1alpha1 workflow template spec TTL strategy + + Attributes + ---------- + secondsAfterCompletion : int, default is Undefined, optional + seconds after completion + secondsAfterFailure : int, default is Undefined, optional + seconds after failure + secondsAfterSuccess : int, default is Undefined, optional + seconds after success + """ + + + secondsAfterCompletion?: int + + secondsAfterFailure?: int + + secondsAfterSuccess?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaults: + """ + argoproj io v1alpha1 workflow template spec template defaults + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainer, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsData, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsExecutor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScript, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSuspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsTolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainer + + containerSet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDag + + data?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsData + + executor?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsExecutor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputs + + memoize?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoize + + metadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetadata + + metrics?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScript + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSuspend + + synchronization?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsTolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinity: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinity: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsAffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocation: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGit: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOss: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainer: + """ + argoproj io v1alpha1 workflow template spec template defaults container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecycle: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerPortsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerResources: + """ + argoproj io v1alpha1 workflow template spec template defaults container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContext: + """ + argoproj io v1alpha1 workflow template spec template defaults container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec template defaults container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec template defaults container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSet: + """ + argoproj io v1alpha1 workflow template spec template defaults container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow template spec template defaults container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDag: + """ + argoproj io v1alpha1 workflow template spec template defaults dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow template spec template defaults dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsData: + """ + argoproj io v1alpha1 workflow template spec template defaults data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSource + + transformation: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSource: + """ + argoproj io v1alpha1 workflow template spec template defaults data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsDataTransformationItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsExecutor: + """ + argoproj io v1alpha1 workflow template spec template defaults executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPBodyFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsHostAliasesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputs: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsInputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoize: + """ + argoproj io v1alpha1 workflow template spec template defaults memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoizeCache: + """ + argoproj io v1alpha1 workflow template spec template defaults memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetrics: + """ + argoproj io v1alpha1 workflow template spec template defaults metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow template spec template defaults metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow template spec template defaults metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow template spec template defaults metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsMetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputs: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsOutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResource: + """ + argoproj io v1alpha1 workflow template spec template defaults resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec template defaults resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategy: + """ + argoproj io v1alpha1 workflow template spec template defaults retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow template spec template defaults retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsRetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow template spec template defaults retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScript: + """ + argoproj io v1alpha1 workflow template spec template defaults script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec template defaults script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecycle: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptPortsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptResources: + """ + argoproj io v1alpha1 workflow template spec template defaults script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContext: + """ + argoproj io v1alpha1 workflow template spec template defaults script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec template defaults script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec template defaults script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContext: + """ + argoproj io v1alpha1 workflow template spec template defaults security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec template defaults security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSuspend: + """ + argoproj io v1alpha1 workflow template spec template defaults suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronization: + """ + argoproj io v1alpha1 workflow template spec template defaults synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationMutex: + """ + argoproj io v1alpha1 workflow template spec template defaults synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow template spec template defaults synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsSynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec template defaults synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsTolerationsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplateDefaultsVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow template spec template defaults volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 + + Attributes + ---------- + activeDeadlineSeconds : int | str, default is Undefined, optional + active deadline seconds + affinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Affinity, default is Undefined, optional + affinity + archiveLocation : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocation, default is Undefined, optional + archive location + automountServiceAccountToken : bool, default is Undefined, optional + automount service account token + container : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Container, default is Undefined, optional + container + containerSet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSet, default is Undefined, optional + container set + daemon : bool, default is Undefined, optional + daemon + dag : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Dag, default is Undefined, optional + dag + data : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Data, default is Undefined, optional + data + executor : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Executor, default is Undefined, optional + executor + failFast : bool, default is Undefined, optional + fail fast + hostAliases : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HostAliasesItems0], default is Undefined, optional + host aliases + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTP, default is Undefined, optional + http + initContainers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0], default is Undefined, optional + init containers + inputs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Inputs, default is Undefined, optional + inputs + memoize : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Memoize, default is Undefined, optional + memoize + metadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Metadata, default is Undefined, optional + metadata + metrics : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Metrics, default is Undefined, optional + metrics + name : str, default is Undefined, optional + name + nodeSelector : {str:str}, default is Undefined, optional + node selector + outputs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Outputs, default is Undefined, optional + outputs + parallelism : int, default is Undefined, optional + parallelism + plugin : any, default is Undefined, optional + plugin + podSpecPatch : str, default is Undefined, optional + pod spec patch + priority : int, default is Undefined, optional + priority + priorityClassName : str, default is Undefined, optional + priority class name + resource : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Resource, default is Undefined, optional + resource + retryStrategy : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategy, default is Undefined, optional + retry strategy + schedulerName : str, default is Undefined, optional + scheduler name + script : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Script, default is Undefined, optional + script + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContext, default is Undefined, optional + security context + serviceAccountName : str, default is Undefined, optional + service account name + sidecars : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0], default is Undefined, optional + sidecars + steps : [[any]], default is Undefined, optional + steps + suspend : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Suspend, default is Undefined, optional + suspend + synchronization : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Synchronization, default is Undefined, optional + synchronization + timeout : str, default is Undefined, optional + timeout + tolerations : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0TolerationsItems0], default is Undefined, optional + tolerations + volumes : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0], default is Undefined, optional + volumes + """ + + + activeDeadlineSeconds?: int | str + + affinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Affinity + + archiveLocation?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocation + + automountServiceAccountToken?: bool + + container?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Container + + containerSet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSet + + daemon?: bool + + dag?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Dag + + data?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Data + + executor?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Executor + + failFast?: bool + + hostAliases?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HostAliasesItems0] + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTP + + initContainers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0] + + inputs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Inputs + + memoize?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Memoize + + metadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Metadata + + metrics?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Metrics + + name?: str + + nodeSelector?: {str:str} + + outputs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Outputs + + parallelism?: int + + plugin?: any + + podSpecPatch?: str + + priority?: int + + priorityClassName?: str + + resource?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Resource + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategy + + schedulerName?: str + + script?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Script + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContext + + serviceAccountName?: str + + sidecars?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0] + + steps?: [[any]] + + suspend?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Suspend + + synchronization?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Synchronization + + timeout?: str + + tolerations?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0TolerationsItems0] + + volumes?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Affinity: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity + + Attributes + ---------- + nodeAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity, default is Undefined, optional + node affinity + podAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinity, default is Undefined, optional + pod affinity + podAntiAffinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity, default is Undefined, optional + pod anti affinity + """ + + + nodeAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity + + podAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinity + + podAntiAffinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinity: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution, default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + preference : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference, default is Undefined, required + preference + weight : int, default is Undefined, required + weight + """ + + + preference: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0Preference: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PreferenceMatchFieldsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity preferred during scheduling ignored during execution items0 preference match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution + + Attributes + ---------- + nodeSelectorTerms : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0], default is Undefined, required + node selector terms + """ + + + nodeSelectorTerms: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0], default is Undefined, optional + match expressions + matchFields : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0], default is Undefined, optional + match fields + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0] + + matchFields?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsItems0MatchFieldsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity node affinity required during scheduling ignored during execution node selector terms items0 match fields items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinity: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinity: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity + + Attributes + ---------- + preferredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + preferred during scheduling ignored during execution + requiredDuringSchedulingIgnoredDuringExecution : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0], default is Undefined, optional + required during scheduling ignored during execution + """ + + + preferredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0] + + requiredDuringSchedulingIgnoredDuringExecution?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 + + Attributes + ---------- + podAffinityTerm : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm, default is Undefined, required + pod affinity term + weight : int, default is Undefined, required + weight + """ + + + podAffinityTerm: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm + + weight: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTerm: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermLabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionItems0PodAffinityTermNamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity preferred during scheduling ignored during execution items0 pod affinity term namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 + + Attributes + ---------- + labelSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector, default is Undefined, optional + label selector + namespaceSelector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector, default is Undefined, optional + namespace selector + namespaces : [str], default is Undefined, optional + namespaces + topologyKey : str, default is Undefined, required + topology key + """ + + + labelSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector + + namespaceSelector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector + + namespaces?: [str] + + topologyKey: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0LabelSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 label selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0AffinityPodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecutionItems0NamespaceSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 affinity pod anti affinity required during scheduling ignored during execution items0 namespace selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocation: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location + + Attributes + ---------- + archiveLogs : bool, default is Undefined, optional + archive logs + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure, default is Undefined, optional + azure + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGit, default is Undefined, optional + git + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP, default is Undefined, optional + http + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOss, default is Undefined, optional + oss + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw, default is Undefined, optional + raw + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3, default is Undefined, optional + s3 + """ + + + archiveLogs?: bool + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGit + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOss + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationAzure: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGit: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationGitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOss: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationRaw: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ArchiveLocationS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 archive location s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Container: + """ + argoproj io v1alpha1 workflow template spec templates items0 container + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerResources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecycle: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 container liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 container liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerPortsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 container readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 container readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerResources: + """ + argoproj io v1alpha1 workflow template spec templates items0 container resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContext: + """ + argoproj io v1alpha1 workflow template spec templates items0 container security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec templates items0 container security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 container security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec templates items0 container security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 container security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set + + Attributes + ---------- + containers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0], default is Undefined, required + containers + retryStrategy : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy, default is Undefined, optional + retry strategy + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0], default is Undefined, optional + volume mounts + """ + + + containers: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0] + + retryStrategy?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + dependencies : [str], default is Undefined, optional + dependencies + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + dependencies?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0Resources: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetRetryStrategy: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set retry strategy + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + retries : int | str, default is Undefined, required + retries + """ + + + duration?: str + + retries: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerSetVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container set volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 container startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 container startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 container startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 container startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 container startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ContainerVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 container volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Dag: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag + + Attributes + ---------- + failFast : bool, default is Undefined, optional + fail fast + target : str, default is Undefined, optional + target + tasks : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0], default is Undefined, required + tasks + """ + + + failFast?: bool + + target?: str + + tasks: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments, default is Undefined, optional + arguments + continueOn : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn, default is Undefined, optional + continue on + dependencies : [str], default is Undefined, optional + dependencies + depends : str, default is Undefined, optional + depends + hooks : {str:ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon}, default is Undefined, optional + hooks + inline : any, default is Undefined, optional + inline + name : str, default is Undefined, required + name + onExit : str, default is Undefined, optional + on exit + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef, default is Undefined, optional + template ref + when : str, default is Undefined, optional + when + withItems : [any], default is Undefined, optional + with items + withParam : str, default is Undefined, optional + with param + withSequence : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence, default is Undefined, optional + with sequence + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments + + continueOn?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn + + dependencies?: [str] + + depends?: str + + hooks?: {str:ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon} + + inline?: any + + name: str + + onExit?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef + + when?: str + + withItems?: [any] + + withParam?: str + + withSequence?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0Arguments: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0ContinueOn: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 continue on + + Attributes + ---------- + error : bool, default is Undefined, optional + error + failed : bool, default is Undefined, optional + failed + """ + + + error?: bool + + failed?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnon: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon + + Attributes + ---------- + arguments : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments, default is Undefined, optional + arguments + expression : str, default is Undefined, optional + expression + template : str, default is Undefined, optional + template + templateRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef, default is Undefined, optional + template ref + """ + + + arguments?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments + + expression?: str + + template?: str + + templateRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArguments: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonArgumentsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon arguments parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0HooksAnonTemplateRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 hooks anon template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0TemplateRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + template : str, default is Undefined, optional + template + """ + + + clusterScope?: bool + + name?: str + + template?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DagTasksItems0WithSequence: + """ + argoproj io v1alpha1 workflow template spec templates items0 dag tasks items0 with sequence + + Attributes + ---------- + count : int | str, default is Undefined, optional + count + end : int | str, default is Undefined, optional + end + format : str, default is Undefined, optional + format + start : int | str, default is Undefined, optional + start + """ + + + count?: int | str + + end?: int | str + + format?: str + + start?: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Data: + """ + argoproj io v1alpha1 workflow template spec templates items0 data + + Attributes + ---------- + source : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSource, default is Undefined, required + source + transformation : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataTransformationItems0], default is Undefined, required + transformation + """ + + + source: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSource + + transformation: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataTransformationItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSource: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source + + Attributes + ---------- + artifactPaths : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths, default is Undefined, optional + artifact paths + """ + + + artifactPaths?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPaths: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchive: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArchiveTar: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGC: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzure: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGit: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsGitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOss: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsRaw: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataSourceArtifactPathsS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 data source artifact paths s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0DataTransformationItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 data transformation items0 + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Executor: + """ + argoproj io v1alpha1 workflow template spec templates items0 executor + + Attributes + ---------- + serviceAccountName : str, default is Undefined, optional + service account name + """ + + + serviceAccountName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 HTTP + + Attributes + ---------- + body : str, default is Undefined, optional + body + bodyFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPBodyFrom, default is Undefined, optional + body from + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0], default is Undefined, optional + headers + insecureSkipVerify : bool, default is Undefined, optional + insecure skip verify + method : str, default is Undefined, optional + method + successCondition : str, default is Undefined, optional + success condition + timeoutSeconds : int, default is Undefined, optional + timeout seconds + url : str, default is Undefined, required + url + """ + + + body?: str + + bodyFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPBodyFrom + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0] + + insecureSkipVerify?: bool + + method?: str + + successCondition?: str + + timeoutSeconds?: int + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPBodyFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 HTTP body from + + Attributes + ---------- + bytes : str, default is Undefined, optional + bytes + """ + + + bytes?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 HTTP headers items0 value from + + Attributes + ---------- + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HTTPHeadersItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 HTTP headers items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0HostAliasesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 host aliases items0 + + Attributes + ---------- + hostnames : [str], default is Undefined, optional + hostnames + ip : str, default is Undefined, optional + ip + """ + + + hostnames?: [str] + + ip?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0Lifecycle: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0PortsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0Resources: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InitContainersItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 init containers items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Inputs: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0], default is Undefined, optional + artifacts + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0], default is Undefined, optional + parameters + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0] + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0InputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 inputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Memoize: + """ + argoproj io v1alpha1 workflow template spec templates items0 memoize + + Attributes + ---------- + cache : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MemoizeCache, default is Undefined, required + cache + key : str, default is Undefined, required + key + maxAge : str, default is Undefined, required + max age + """ + + + cache: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MemoizeCache + + key: str + + maxAge: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MemoizeCache: + """ + argoproj io v1alpha1 workflow template spec templates items0 memoize cache + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap, default is Undefined, required + config map + """ + + + configMap: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MemoizeCacheConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 memoize cache config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Metadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Metrics: + """ + argoproj io v1alpha1 workflow template spec templates items0 metrics + + Attributes + ---------- + prometheus : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0], default is Undefined, required + prometheus + """ + + + prometheus: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 metrics prometheus items0 + + Attributes + ---------- + counter : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter, default is Undefined, optional + counter + gauge : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge, default is Undefined, optional + gauge + help : str, default is Undefined, required + help + histogram : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram, default is Undefined, optional + histogram + labels : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0], default is Undefined, optional + labels + name : str, default is Undefined, required + name + when : str, default is Undefined, optional + when + """ + + + counter?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter + + gauge?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge + + help: str + + histogram?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram + + labels?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0] + + name: str + + when?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Counter: + """ + argoproj io v1alpha1 workflow template spec templates items0 metrics prometheus items0 counter + + Attributes + ---------- + value : str, default is Undefined, required + value + """ + + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Gauge: + """ + argoproj io v1alpha1 workflow template spec templates items0 metrics prometheus items0 gauge + + Attributes + ---------- + operation : str, default is Undefined, optional + operation + realtime : bool, default is Undefined, required + realtime + value : str, default is Undefined, required + value + """ + + + operation?: str + + realtime: bool + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0Histogram: + """ + argoproj io v1alpha1 workflow template spec templates items0 metrics prometheus items0 histogram + + Attributes + ---------- + buckets : [float], default is Undefined, required + buckets + value : str, default is Undefined, required + value + """ + + + buckets: [float] + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0MetricsPrometheusItems0LabelsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 metrics prometheus items0 labels items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, required + value + """ + + + key: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Outputs: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs + + Attributes + ---------- + artifacts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0], default is Undefined, optional + artifacts + exitCode : str, default is Undefined, optional + exit code + parameters : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0], default is Undefined, optional + parameters + result : str, default is Undefined, optional + result + """ + + + artifacts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0] + + exitCode?: str + + parameters?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0] + + result?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Archive: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArchiveTar: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGC: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Artifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0ArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Azure: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0AzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Gcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Git: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0GitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Hdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0HdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Oss: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0OssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0Raw: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsArtifactsItems0S3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs artifacts items0 s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs parameters items0 + + Attributes + ---------- + default : str, default is Undefined, optional + default + description : str, default is Undefined, optional + description + enum : [str], default is Undefined, optional + enum + globalName : str, default is Undefined, optional + global name + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom, default is Undefined, optional + value from + """ + + + default?: str + + description?: str + + enum?: [str] + + globalName?: str + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs parameters items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + default : str, default is Undefined, optional + default + event : str, default is Undefined, optional + event + expression : str, default is Undefined, optional + expression + jqFilter : str, default is Undefined, optional + jq filter + jsonPath : str, default is Undefined, optional + json path + parameter : str, default is Undefined, optional + parameter + path : str, default is Undefined, optional + path + supplied : any, default is Undefined, optional + supplied + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef + + default?: str + + event?: str + + expression?: str + + jqFilter?: str + + jsonPath?: str + + parameter?: str + + path?: str + + supplied?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0OutputsParametersItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 outputs parameters items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Resource: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource + + Attributes + ---------- + action : str, default is Undefined, required + action + failureCondition : str, default is Undefined, optional + failure condition + flags : [str], default is Undefined, optional + flags + manifest : str, default is Undefined, optional + manifest + manifestFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFrom, default is Undefined, optional + manifest from + mergeStrategy : str, default is Undefined, optional + merge strategy + setOwnerReference : bool, default is Undefined, optional + set owner reference + successCondition : str, default is Undefined, optional + success condition + """ + + + action: str + + failureCondition?: str + + flags?: [str] + + manifest?: str + + manifestFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFrom + + mergeStrategy?: str + + setOwnerReference?: bool + + successCondition?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from + + Attributes + ---------- + artifact : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact, default is Undefined, required + artifact + """ + + + artifact: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifact: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact + + Attributes + ---------- + archive : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive, default is Undefined, optional + archive + archiveLogs : bool, default is Undefined, optional + archive logs + artifactGC : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC, default is Undefined, optional + artifact g c + artifactory : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory, default is Undefined, optional + artifactory + azure : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure, default is Undefined, optional + azure + deleted : bool, default is Undefined, optional + deleted + from : str, default is Undefined, optional + from + fromExpression : str, default is Undefined, optional + from expression + gcs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs, default is Undefined, optional + gcs + git : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit, default is Undefined, optional + git + globalName : str, default is Undefined, optional + global name + hdfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs, default is Undefined, optional + hdfs + http : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP, default is Undefined, optional + http + mode : int, default is Undefined, optional + mode + name : str, default is Undefined, required + name + optional : bool, default is Undefined, optional + optional + oss : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss, default is Undefined, optional + oss + path : str, default is Undefined, optional + path + raw : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw, default is Undefined, optional + raw + recurseMode : bool, default is Undefined, optional + recurse mode + s3 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3, default is Undefined, optional + s3 + subPath : str, default is Undefined, optional + sub path + """ + + + archive?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive + + archiveLogs?: bool + + artifactGC?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC + + artifactory?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory + + azure?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure + + deleted?: bool + + from?: str + + fromExpression?: str + + gcs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs + + git?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit + + globalName?: str + + hdfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs + + http?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP + + mode?: int + + name: str + + optional?: bool + + oss?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss + + path?: str + + raw?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw + + recurseMode?: bool + + s3?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3 + + subPath?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchive: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact archive + + Attributes + ---------- + none : any, default is Undefined, optional + none + tar : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar, default is Undefined, optional + tar + zip : any, default is Undefined, optional + zip + """ + + + none?: any + + tar?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar + + zip?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArchiveTar: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact archive tar + + Attributes + ---------- + compressionLevel : int, default is Undefined, optional + compression level + """ + + + compressionLevel?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGC: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact artifact g c + + Attributes + ---------- + podMetadata : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata, default is Undefined, optional + pod metadata + serviceAccountName : str, default is Undefined, optional + service account name + strategy : str, default is Undefined, optional + strategy + """ + + + podMetadata?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata + + serviceAccountName?: str + + strategy?: "" | "OnWorkflowCompletion" | "OnWorkflowDeletion" | "Never" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactGCPodMetadata: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact artifact g c pod metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + """ + + + annotations?: {str:str} + + labels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactory: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact artifactory + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret, default is Undefined, optional + password secret + url : str, default is Undefined, required + url + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret + + url: str + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact artifactory password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactArtifactoryUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact artifactory username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzure: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact azure + + Attributes + ---------- + accountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret, default is Undefined, optional + account key secret + blob : str, default is Undefined, required + blob + container : str, default is Undefined, required + container + endpoint : str, default is Undefined, required + endpoint + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret + + blob: str + + container: str + + endpoint: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactAzureAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact azure account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcs: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact gcs + + Attributes + ---------- + bucket : str, default is Undefined, optional + bucket + key : str, default is Undefined, required + key + serviceAccountKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret, default is Undefined, optional + service account key secret + """ + + + bucket?: str + + key: str + + serviceAccountKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGcsServiceAccountKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact gcs service account key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGit: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact git + + Attributes + ---------- + branch : str, default is Undefined, optional + branch + depth : int, default is Undefined, optional + depth + disableSubmodules : bool, default is Undefined, optional + disable submodules + fetch : [str], default is Undefined, optional + fetch + insecureIgnoreHostKey : bool, default is Undefined, optional + insecure ignore host key + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret, default is Undefined, optional + password secret + repo : str, default is Undefined, required + repo + revision : str, default is Undefined, optional + revision + singleBranch : bool, default is Undefined, optional + single branch + sshPrivateKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret, default is Undefined, optional + ssh private key secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret, default is Undefined, optional + username secret + """ + + + branch?: str + + depth?: int + + disableSubmodules?: bool + + fetch?: [str] + + insecureIgnoreHostKey?: bool + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret + + repo: str + + revision?: str + + singleBranch?: bool + + sshPrivateKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact git password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitSSHPrivateKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact git SSH private key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactGitUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact git username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTP: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP + + Attributes + ---------- + auth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth, default is Undefined, optional + auth + headers : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0], default is Undefined, optional + headers + url : str, default is Undefined, required + url + """ + + + auth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth + + headers?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0] + + url: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth + + Attributes + ---------- + basicAuth : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth, default is Undefined, optional + basic auth + clientCert : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert, default is Undefined, optional + client cert + oauth2 : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2, default is Undefined, optional + oauth2 + """ + + + basicAuth?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth + + clientCert?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert + + oauth2?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2 + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuth: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth + + Attributes + ---------- + passwordSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret, default is Undefined, optional + password secret + usernameSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret, default is Undefined, optional + username secret + """ + + + passwordSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret + + usernameSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthPasswordSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth password secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthBasicAuthUsernameSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth basic auth username secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCert: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth client cert + + Attributes + ---------- + clientCertSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret, default is Undefined, optional + client cert secret + clientKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret, default is Undefined, optional + client key secret + """ + + + clientCertSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret + + clientKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientCertSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth client cert client cert secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthClientCertClientKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth client cert client key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 + + Attributes + ---------- + clientIDSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret, default is Undefined, optional + client ID secret + clientSecretSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret, default is Undefined, optional + client secret secret + endpointParams : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0], default is Undefined, optional + endpoint params + scopes : [str], default is Undefined, optional + scopes + tokenURLSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret, default is Undefined, optional + token URL secret + """ + + + clientIDSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret + + clientSecretSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret + + endpointParams?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0] + + scopes?: [str] + + tokenURLSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientIDSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 client ID secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2ClientSecretSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 client secret secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2EndpointParamsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 endpoint params items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + value : str, default is Undefined, optional + value + """ + + + key: str + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPAuthOauth2TokenURLSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP auth oauth2 token URL secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact hdfs + + Attributes + ---------- + addresses : [str], default is Undefined, optional + addresses + force : bool, default is Undefined, optional + force + hdfsUser : str, default is Undefined, optional + hdfs user + krbCCacheSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret, default is Undefined, optional + krb c cache secret + krbConfigConfigMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap, default is Undefined, optional + krb config config map + krbKeytabSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret, default is Undefined, optional + krb keytab secret + krbRealm : str, default is Undefined, optional + krb realm + krbServicePrincipalName : str, default is Undefined, optional + krb service principal name + krbUsername : str, default is Undefined, optional + krb username + path : str, default is Undefined, required + path + """ + + + addresses?: [str] + + force?: bool + + hdfsUser?: str + + krbCCacheSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret + + krbConfigConfigMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap + + krbKeytabSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret + + krbRealm?: str + + krbServicePrincipalName?: str + + krbUsername?: str + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbCCacheSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact hdfs krb c cache secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbConfigConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact hdfs krb config config map + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactHdfsKrbKeytabSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact hdfs krb keytab secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOss: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact oss + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + createBucketIfNotPresent : bool, default is Undefined, optional + create bucket if not present + endpoint : str, default is Undefined, optional + endpoint + key : str, default is Undefined, required + key + lifecycleRule : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule, default is Undefined, optional + lifecycle rule + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret, default is Undefined, optional + secret key secret + securityToken : str, default is Undefined, optional + security token + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret + + bucket?: str + + createBucketIfNotPresent?: bool + + endpoint?: str + + key: str + + lifecycleRule?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret + + securityToken?: str + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssAccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact oss access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssLifecycleRule: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact oss lifecycle rule + + Attributes + ---------- + markDeletionAfterDays : int, default is Undefined, optional + mark deletion after days + markInfrequentAccessAfterDays : int, default is Undefined, optional + mark infrequent access after days + """ + + + markDeletionAfterDays?: int + + markInfrequentAccessAfterDays?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactOssSecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact oss secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactRaw: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact raw + + Attributes + ---------- + data : str, default is Undefined, required + data + """ + + + data: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 + + Attributes + ---------- + accessKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret, default is Undefined, optional + access key secret + bucket : str, default is Undefined, optional + bucket + caSecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret, default is Undefined, optional + ca secret + createBucketIfNotPresent : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent, default is Undefined, optional + create bucket if not present + encryptionOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions, default is Undefined, optional + encryption options + endpoint : str, default is Undefined, optional + endpoint + insecure : bool, default is Undefined, optional + insecure + key : str, default is Undefined, optional + key + region : str, default is Undefined, optional + region + roleARN : str, default is Undefined, optional + role a r n + secretKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret, default is Undefined, optional + secret key secret + useSDKCreds : bool, default is Undefined, optional + use s d k creds + """ + + + accessKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret + + bucket?: str + + caSecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret + + createBucketIfNotPresent?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent + + encryptionOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions + + endpoint?: str + + insecure?: bool + + key?: str + + region?: str + + roleARN?: str + + secretKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret + + useSDKCreds?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3AccessKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 access key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CaSecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 ca secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3CreateBucketIfNotPresent: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 create bucket if not present + + Attributes + ---------- + objectLocking : bool, default is Undefined, optional + object locking + """ + + + objectLocking?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 encryption options + + Attributes + ---------- + enableEncryption : bool, default is Undefined, optional + enable encryption + kmsEncryptionContext : str, default is Undefined, optional + kms encryption context + kmsKeyId : str, default is Undefined, optional + kms key Id + serverSideCustomerKeySecret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret, default is Undefined, optional + server side customer key secret + """ + + + enableEncryption?: bool + + kmsEncryptionContext?: str + + kmsKeyId?: str + + serverSideCustomerKeySecret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3EncryptionOptionsServerSideCustomerKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 encryption options server side customer key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ResourceManifestFromArtifactS3SecretKeySecret: + """ + argoproj io v1alpha1 workflow template spec templates items0 resource manifest from artifact s3 secret key secret + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategy: + """ + argoproj io v1alpha1 workflow template spec templates items0 retry strategy + + Attributes + ---------- + affinity : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity, default is Undefined, optional + affinity + backoff : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff, default is Undefined, optional + backoff + expression : str, default is Undefined, optional + expression + limit : int | str, default is Undefined, optional + limit + retryPolicy : str, default is Undefined, optional + retry policy + """ + + + affinity?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity + + backoff?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff + + expression?: str + + limit?: int | str + + retryPolicy?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategyAffinity: + """ + argoproj io v1alpha1 workflow template spec templates items0 retry strategy affinity + + Attributes + ---------- + nodeAntiAffinity : any, default is Undefined, optional + node anti affinity + """ + + + nodeAntiAffinity?: any + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0RetryStrategyBackoff: + """ + argoproj io v1alpha1 workflow template spec templates items0 retry strategy backoff + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + factor : int | str, default is Undefined, optional + factor + maxDuration : str, default is Undefined, optional + max duration + """ + + + duration?: str + + factor?: int | str + + maxDuration?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Script: + """ + argoproj io v1alpha1 workflow template spec templates items0 script + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, required + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe, default is Undefined, optional + liveness probe + name : str, default is Undefined, optional + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptPortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptResources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContext, default is Undefined, optional + security context + source : str, default is Undefined, required + source + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0] + + image: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe + + name?: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptPortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptResources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContext + + source: str + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptEnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 script env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecycle: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 script lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 script liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 script liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 script liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 script liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptLivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 script liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptPortsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 script readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 script readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 script readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 script readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 script readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptResources: + """ + argoproj io v1alpha1 workflow template spec templates items0 script resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContext: + """ + argoproj io v1alpha1 workflow template spec templates items0 script security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec templates items0 script security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 script security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec templates items0 script security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptSecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 script security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 script startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 script startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 script startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 script startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptStartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 script startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptVolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0ScriptVolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 script volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec templates items0 security context + + Attributes + ---------- + fsGroup : int, default is Undefined, optional + fs group + fsGroupChangePolicy : str, default is Undefined, optional + fs group change policy + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + supplementalGroups : [int], default is Undefined, optional + supplemental groups + sysctls : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0], default is Undefined, optional + sysctls + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + fsGroup?: int + + fsGroupChangePolicy?: str + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile + + supplementalGroups?: [int] + + sysctls?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0] + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec templates items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextSysctlsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 security context sysctls items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 + + Attributes + ---------- + args : [str], default is Undefined, optional + args + command : [str], default is Undefined, optional + command + env : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0], default is Undefined, optional + env + envFrom : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0], default is Undefined, optional + env from + image : str, default is Undefined, optional + image + imagePullPolicy : str, default is Undefined, optional + image pull policy + lifecycle : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle, default is Undefined, optional + lifecycle + livenessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe, default is Undefined, optional + liveness probe + mirrorVolumeMounts : bool, default is Undefined, optional + mirror volume mounts + name : str, default is Undefined, required + name + ports : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0], default is Undefined, optional + ports + readinessProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe, default is Undefined, optional + readiness probe + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources, default is Undefined, optional + resources + securityContext : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext, default is Undefined, optional + security context + startupProbe : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe, default is Undefined, optional + startup probe + stdin : bool, default is Undefined, optional + stdin + stdinOnce : bool, default is Undefined, optional + stdin once + terminationMessagePath : str, default is Undefined, optional + termination message path + terminationMessagePolicy : str, default is Undefined, optional + termination message policy + tty : bool, default is Undefined, optional + tty + volumeDevices : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0], default is Undefined, optional + volume devices + volumeMounts : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0], default is Undefined, optional + volume mounts + workingDir : str, default is Undefined, optional + working dir + """ + + + args?: [str] + + command?: [str] + + env?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0] + + envFrom?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0] + + image?: str + + imagePullPolicy?: str + + lifecycle?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle + + livenessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe + + mirrorVolumeMounts?: bool + + name: str + + ports?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0] + + readinessProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources + + securityContext?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext + + startupProbe?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe + + stdin?: bool + + stdinOnce?: bool + + terminationMessagePath?: str + + terminationMessagePolicy?: str + + tty?: bool + + volumeDevices?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0] + + volumeMounts?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0] + + workingDir?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env from items0 + + Attributes + ---------- + configMapRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef, default is Undefined, optional + config map ref + prefix : str, default is Undefined, optional + prefix + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef, default is Undefined, optional + secret ref + """ + + + configMapRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef + + prefix?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0ConfigMapRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env from items0 config map ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvFromItems0SecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env from items0 secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, optional + value + valueFrom : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom, default is Undefined, optional + value from + """ + + + name: str + + value?: str + + valueFrom?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFrom: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env items0 value from + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef, default is Undefined, optional + config map key ref + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef, default is Undefined, optional + field ref + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef, default is Undefined, optional + resource field ref + secretKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef, default is Undefined, optional + secret key ref + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef + + secretKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env items0 value from config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env items0 value from field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env items0 value from resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0EnvItems0ValueFromSecretKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 env items0 value from secret key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0Lifecycle: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle + + Attributes + ---------- + postStart : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart, default is Undefined, optional + post start + preStop : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop, default is Undefined, optional + pre stop + """ + + + postStart?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart + + preStop?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStart: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle post start + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle post start exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle post start HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle post start HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePostStartTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle post start TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStop: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle pre stop + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec, default is Undefined, optional + exec + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet, default is Undefined, optional + http get + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket, default is Undefined, optional + tcp socket + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle pre stop exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle pre stop HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle pre stop HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LifecyclePreStopTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 lifecycle pre stop TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 liveness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 liveness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 liveness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 liveness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 liveness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0LivenessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 liveness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0PortsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 ports items0 + + Attributes + ---------- + containerPort : int, default is Undefined, required + container port + hostIP : str, default is Undefined, optional + host IP + hostPort : int, default is Undefined, optional + host port + name : str, default is Undefined, optional + name + $protocol : str, default is "TCP", optional + protocol + """ + + + containerPort: int + + hostIP?: str + + hostPort?: int + + name?: str + + $protocol?: str = "TCP" + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 readiness probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 readiness probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 readiness probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 readiness probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 readiness probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ReadinessProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 readiness probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0Resources: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0ResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContext: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 security context + + Attributes + ---------- + allowPrivilegeEscalation : bool, default is Undefined, optional + allow privilege escalation + capabilities : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities, default is Undefined, optional + capabilities + privileged : bool, default is Undefined, optional + privileged + procMount : str, default is Undefined, optional + proc mount + readOnlyRootFilesystem : bool, default is Undefined, optional + read only root filesystem + runAsGroup : int, default is Undefined, optional + run as group + runAsNonRoot : bool, default is Undefined, optional + run as non root + runAsUser : int, default is Undefined, optional + run as user + seLinuxOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions, default is Undefined, optional + se linux options + seccompProfile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile, default is Undefined, optional + seccomp profile + windowsOptions : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions, default is Undefined, optional + windows options + """ + + + allowPrivilegeEscalation?: bool + + capabilities?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities + + privileged?: bool + + procMount?: str + + readOnlyRootFilesystem?: bool + + runAsGroup?: int + + runAsNonRoot?: bool + + runAsUser?: int + + seLinuxOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions + + seccompProfile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile + + windowsOptions?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextCapabilities: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 security context capabilities + + Attributes + ---------- + add : [str], default is Undefined, optional + add + drop : [str], default is Undefined, optional + drop + """ + + + add?: [str] + + drop?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeLinuxOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 security context se linux options + + Attributes + ---------- + level : str, default is Undefined, optional + level + role : str, default is Undefined, optional + role + $type : str, default is Undefined, optional + type + user : str, default is Undefined, optional + user + """ + + + level?: str + + role?: str + + $type?: str + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextSeccompProfile: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 security context seccomp profile + + Attributes + ---------- + localhostProfile : str, default is Undefined, optional + localhost profile + $type : str, default is Undefined, required + type + """ + + + localhostProfile?: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0SecurityContextWindowsOptions: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 security context windows options + + Attributes + ---------- + gmsaCredentialSpec : str, default is Undefined, optional + gmsa credential spec + gmsaCredentialSpecName : str, default is Undefined, optional + gmsa credential spec name + hostProcess : bool, default is Undefined, optional + host process + runAsUserName : str, default is Undefined, optional + run as user name + """ + + + gmsaCredentialSpec?: str + + gmsaCredentialSpecName?: str + + hostProcess?: bool + + runAsUserName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbe: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 startup probe + + Attributes + ---------- + exec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec, default is Undefined, optional + exec + failureThreshold : int, default is Undefined, optional + failure threshold + grpc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc, default is Undefined, optional + grpc + httpGet : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet, default is Undefined, optional + http get + initialDelaySeconds : int, default is Undefined, optional + initial delay seconds + periodSeconds : int, default is Undefined, optional + period seconds + successThreshold : int, default is Undefined, optional + success threshold + tcpSocket : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket, default is Undefined, optional + tcp socket + terminationGracePeriodSeconds : int, default is Undefined, optional + termination grace period seconds + timeoutSeconds : int, default is Undefined, optional + timeout seconds + """ + + + exec?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec + + failureThreshold?: int + + grpc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc + + httpGet?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet + + initialDelaySeconds?: int + + periodSeconds?: int + + successThreshold?: int + + tcpSocket?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket + + terminationGracePeriodSeconds?: int + + timeoutSeconds?: int + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeExec: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 startup probe exec + + Attributes + ---------- + command : [str], default is Undefined, optional + command + """ + + + command?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeGrpc: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 startup probe grpc + + Attributes + ---------- + port : int, default is Undefined, required + port + service : str, default is Undefined, optional + service + """ + + + port: int + + service?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGet: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 startup probe HTTP get + + Attributes + ---------- + host : str, default is Undefined, optional + host + httpHeaders : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0], default is Undefined, optional + http headers + path : str, default is Undefined, optional + path + port : int | str, default is Undefined, required + port + scheme : str, default is Undefined, optional + scheme + """ + + + host?: str + + httpHeaders?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0] + + path?: str + + port: int | str + + scheme?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeHTTPGetHTTPHeadersItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 startup probe HTTP get HTTP headers items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + value : str, default is Undefined, required + value + """ + + + name: str + + value: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0StartupProbeTCPSocket: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 startup probe TCP socket + + Attributes + ---------- + host : str, default is Undefined, optional + host + port : int | str, default is Undefined, required + port + """ + + + host?: str + + port: int | str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeDevicesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 volume devices items0 + + Attributes + ---------- + devicePath : str, default is Undefined, required + device path + name : str, default is Undefined, required + name + """ + + + devicePath: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SidecarsItems0VolumeMountsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 sidecars items0 volume mounts items0 + + Attributes + ---------- + mountPath : str, default is Undefined, required + mount path + mountPropagation : str, default is Undefined, optional + mount propagation + name : str, default is Undefined, required + name + readOnly : bool, default is Undefined, optional + read only + subPath : str, default is Undefined, optional + sub path + subPathExpr : str, default is Undefined, optional + sub path expr + """ + + + mountPath: str + + mountPropagation?: str + + name: str + + readOnly?: bool + + subPath?: str + + subPathExpr?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Suspend: + """ + argoproj io v1alpha1 workflow template spec templates items0 suspend + + Attributes + ---------- + duration : str, default is Undefined, optional + duration + """ + + + duration?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0Synchronization: + """ + argoproj io v1alpha1 workflow template spec templates items0 synchronization + + Attributes + ---------- + mutex : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationMutex, default is Undefined, optional + mutex + semaphore : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore, default is Undefined, optional + semaphore + """ + + + mutex?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationMutex + + semaphore?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationMutex: + """ + argoproj io v1alpha1 workflow template spec templates items0 synchronization mutex + + Attributes + ---------- + name : str, default is Undefined, optional + name + namespace : str, default is Undefined, optional + namespace + """ + + + name?: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationSemaphore: + """ + argoproj io v1alpha1 workflow template spec templates items0 synchronization semaphore + + Attributes + ---------- + configMapKeyRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef, default is Undefined, optional + config map key ref + namespace : str, default is Undefined, optional + namespace + """ + + + configMapKeyRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0SynchronizationSemaphoreConfigMapKeyRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 synchronization semaphore config map key ref + + Attributes + ---------- + key : str, default is Undefined, required + key + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + key: str + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0TolerationsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Csi: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Fc: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Projected: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Secret: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTemplatesItems0VolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow template spec templates items0 volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecTolerationsItems0: + """ + argoproj io v1alpha1 workflow template spec tolerations items0 + + Attributes + ---------- + effect : str, default is Undefined, optional + effect + key : str, default is Undefined, optional + key + operator : str, default is Undefined, optional + operator + tolerationSeconds : int, default is Undefined, optional + toleration seconds + value : str, default is Undefined, optional + value + """ + + + effect?: str + + key?: str + + operator?: str + + tolerationSeconds?: int + + value?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimGC: + """ + argoproj io v1alpha1 workflow template spec volume claim g c + + Attributes + ---------- + strategy : str, default is Undefined, optional + strategy + """ + + + strategy?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + kind : str, default is Undefined, optional + kind + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0Spec, default is Undefined, optional + spec + status : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0Status, default is Undefined, optional + status + """ + + + apiVersion?: str + + kind?: str + + metadata?: any + + spec?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0Spec + + status?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0Status + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0Spec: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources + + selector?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSource: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecDataSourceRef: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResources: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelector: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0SpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0Status: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 status + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + allocatedResources : {str:int | str}, default is Undefined, optional + allocated resources + capacity : {str:int | str}, default is Undefined, optional + capacity + conditions : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0], default is Undefined, optional + conditions + phase : str, default is Undefined, optional + phase + resizeStatus : str, default is Undefined, optional + resize status + """ + + + accessModes?: [str] + + allocatedResources?: {str:int | str} + + capacity?: {str:int | str} + + conditions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0] + + phase?: str + + resizeStatus?: str + + + check: + all _, allocatedResources in allocatedResources {regex_match(str(allocatedResources), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if allocatedResources } if allocatedResources + all _, capacity in capacity {regex_match(str(capacity), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if capacity } if capacity + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumeClaimTemplatesItems0StatusConditionsItems0: + """ + argoproj io v1alpha1 workflow template spec volume claim templates items0 status conditions items0 + + Attributes + ---------- + lastProbeTime : str, default is Undefined, optional + last probe time + lastTransitionTime : str, default is Undefined, optional + last transition time + message : str, default is Undefined, optional + message + reason : str, default is Undefined, optional + reason + status : str, default is Undefined, required + status + $type : str, default is Undefined, required + type + """ + + + lastProbeTime?: str + + lastTransitionTime?: str + + message?: str + + reason?: str + + status: str + + $type: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 + + Attributes + ---------- + awsElasticBlockStore : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AwsElasticBlockStore, default is Undefined, optional + aws elastic block store + azureDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AzureDisk, default is Undefined, optional + azure disk + azureFile : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AzureFile, default is Undefined, optional + azure file + cephfs : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Cephfs, default is Undefined, optional + cephfs + cinder : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Cinder, default is Undefined, optional + cinder + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ConfigMap, default is Undefined, optional + config map + csi : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Csi, default is Undefined, optional + csi + downwardAPI : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPI, default is Undefined, optional + downward API + emptyDir : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EmptyDir, default is Undefined, optional + empty dir + ephemeral : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Ephemeral, default is Undefined, optional + ephemeral + fc : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Fc, default is Undefined, optional + fc + flexVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0FlexVolume, default is Undefined, optional + flex volume + flocker : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Flocker, default is Undefined, optional + flocker + gcePersistentDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0GcePersistentDisk, default is Undefined, optional + gce persistent disk + gitRepo : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0GitRepo, default is Undefined, optional + git repo + glusterfs : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Glusterfs, default is Undefined, optional + glusterfs + hostPath : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0HostPath, default is Undefined, optional + host path + iscsi : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Iscsi, default is Undefined, optional + iscsi + name : str, default is Undefined, required + name + nfs : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Nfs, default is Undefined, optional + nfs + persistentVolumeClaim : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PersistentVolumeClaim, default is Undefined, optional + persistent volume claim + photonPersistentDisk : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PhotonPersistentDisk, default is Undefined, optional + photon persistent disk + portworxVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PortworxVolume, default is Undefined, optional + portworx volume + projected : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Projected, default is Undefined, optional + projected + quobyte : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Quobyte, default is Undefined, optional + quobyte + rbd : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Rbd, default is Undefined, optional + rbd + scaleIO : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ScaleIO, default is Undefined, optional + scale i o + secret : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Secret, default is Undefined, optional + secret + storageos : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Storageos, default is Undefined, optional + storageos + vsphereVolume : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0VsphereVolume, default is Undefined, optional + vsphere volume + """ + + + awsElasticBlockStore?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AwsElasticBlockStore + + azureDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AzureDisk + + azureFile?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AzureFile + + cephfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Cephfs + + cinder?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Cinder + + configMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ConfigMap + + csi?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Csi + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPI + + emptyDir?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EmptyDir + + ephemeral?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Ephemeral + + fc?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Fc + + flexVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0FlexVolume + + flocker?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Flocker + + gcePersistentDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0GcePersistentDisk + + gitRepo?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0GitRepo + + glusterfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Glusterfs + + hostPath?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0HostPath + + iscsi?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Iscsi + + name: str + + nfs?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Nfs + + persistentVolumeClaim?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PersistentVolumeClaim + + photonPersistentDisk?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PhotonPersistentDisk + + portworxVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PortworxVolume + + projected?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Projected + + quobyte?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Quobyte + + rbd?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Rbd + + scaleIO?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ScaleIO + + secret?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Secret + + storageos?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Storageos + + vsphereVolume?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0VsphereVolume + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AwsElasticBlockStore: + """ + argoproj io v1alpha1 workflow template spec volumes items0 aws elastic block store + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + partition?: int + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AzureDisk: + """ + argoproj io v1alpha1 workflow template spec volumes items0 azure disk + + Attributes + ---------- + cachingMode : str, default is Undefined, optional + caching mode + diskName : str, default is Undefined, required + disk name + diskURI : str, default is Undefined, required + disk URI + fsType : str, default is Undefined, optional + fs type + kind : str, default is Undefined, optional + kind + readOnly : bool, default is Undefined, optional + read only + """ + + + cachingMode?: str + + diskName: str + + diskURI: str + + fsType?: str + + kind?: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0AzureFile: + """ + argoproj io v1alpha1 workflow template spec volumes items0 azure file + + Attributes + ---------- + readOnly : bool, default is Undefined, optional + read only + secretName : str, default is Undefined, required + secret name + shareName : str, default is Undefined, required + share name + """ + + + readOnly?: bool + + secretName: str + + shareName: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Cephfs: + """ + argoproj io v1alpha1 workflow template spec volumes items0 cephfs + + Attributes + ---------- + monitors : [str], default is Undefined, required + monitors + path : str, default is Undefined, optional + path + readOnly : bool, default is Undefined, optional + read only + secretFile : str, default is Undefined, optional + secret file + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CephfsSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + monitors: [str] + + path?: str + + readOnly?: bool + + secretFile?: str + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CephfsSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CephfsSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 cephfs secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Cinder: + """ + argoproj io v1alpha1 workflow template spec volumes items0 cinder + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CinderSecretRef, default is Undefined, optional + secret ref + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CinderSecretRef + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CinderSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 cinder secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow template spec volumes items0 config map + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Csi: + """ + argoproj io v1alpha1 workflow template spec volumes items0 csi + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + nodePublishSecretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef, default is Undefined, optional + node publish secret ref + readOnly : bool, default is Undefined, optional + read only + volumeAttributes : {str:str}, default is Undefined, optional + volume attributes + """ + + + driver: str + + fsType?: str + + nodePublishSecretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef + + readOnly?: bool + + volumeAttributes?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0CsiNodePublishSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 csi node publish secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow template spec volumes items0 downward API + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EmptyDir: + """ + argoproj io v1alpha1 workflow template spec volumes items0 empty dir + + Attributes + ---------- + medium : str, default is Undefined, optional + medium + sizeLimit : int | str, default is Undefined, optional + size limit + """ + + + medium?: str + + sizeLimit?: int | str + + + check: + regex_match(str(sizeLimit), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if sizeLimit + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Ephemeral: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral + + Attributes + ---------- + volumeClaimTemplate : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate, default is Undefined, optional + volume claim template + """ + + + volumeClaimTemplate?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplate: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template + + Attributes + ---------- + metadata : any, default is Undefined, optional + metadata + spec : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec, default is Undefined, required + spec + """ + + + metadata?: any + + spec: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpec: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec + + Attributes + ---------- + accessModes : [str], default is Undefined, optional + access modes + dataSource : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource, default is Undefined, optional + data source + dataSourceRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef, default is Undefined, optional + data source ref + resources : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources, default is Undefined, optional + resources + selector : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector, default is Undefined, optional + selector + storageClassName : str, default is Undefined, optional + storage class name + volumeMode : str, default is Undefined, optional + volume mode + volumeName : str, default is Undefined, optional + volume name + """ + + + accessModes?: [str] + + dataSource?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource + + dataSourceRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef + + resources?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources + + selector?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector + + storageClassName?: str + + volumeMode?: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSource: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec data source + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + """ + + + apiGroup?: str + + kind: str + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecDataSourceRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec data source ref + + Attributes + ---------- + apiGroup : str, default is Undefined, optional + api group + kind : str, default is Undefined, required + kind + name : str, default is Undefined, required + name + namespace : str, default is Undefined, optional + namespace + """ + + + apiGroup?: str + + kind: str + + name: str + + namespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResources: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec resources + + Attributes + ---------- + claims : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0], default is Undefined, optional + claims + limits : {str:int | str}, default is Undefined, optional + limits + requests : {str:int | str}, default is Undefined, optional + requests + """ + + + claims?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0] + + limits?: {str:int | str} + + requests?: {str:int | str} + + + check: + all _, limits in limits {regex_match(str(limits), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if limits } if limits + all _, requests in requests {regex_match(str(requests), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if requests } if requests + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecResourcesClaimsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec resources claims items0 + + Attributes + ---------- + name : str, default is Undefined, required + name + """ + + + name: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelector: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec selector + + Attributes + ---------- + matchExpressions : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0], default is Undefined, optional + match expressions + matchLabels : {str:str}, default is Undefined, optional + match labels + """ + + + matchExpressions?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0] + + matchLabels?: {str:str} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0EphemeralVolumeClaimTemplateSpecSelectorMatchExpressionsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 ephemeral volume claim template spec selector match expressions items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + operator : str, default is Undefined, required + operator + values : [str], default is Undefined, optional + values + """ + + + key: str + + operator: str + + values?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Fc: + """ + argoproj io v1alpha1 workflow template spec volumes items0 fc + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + lun : int, default is Undefined, optional + lun + readOnly : bool, default is Undefined, optional + read only + targetWWNs : [str], default is Undefined, optional + target w w ns + wwids : [str], default is Undefined, optional + wwids + """ + + + fsType?: str + + lun?: int + + readOnly?: bool + + targetWWNs?: [str] + + wwids?: [str] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0FlexVolume: + """ + argoproj io v1alpha1 workflow template spec volumes items0 flex volume + + Attributes + ---------- + driver : str, default is Undefined, required + driver + fsType : str, default is Undefined, optional + fs type + options : {str:str}, default is Undefined, optional + options + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef, default is Undefined, optional + secret ref + """ + + + driver: str + + fsType?: str + + options?: {str:str} + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0FlexVolumeSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 flex volume secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Flocker: + """ + argoproj io v1alpha1 workflow template spec volumes items0 flocker + + Attributes + ---------- + datasetName : str, default is Undefined, optional + dataset name + datasetUUID : str, default is Undefined, optional + dataset UUID + """ + + + datasetName?: str + + datasetUUID?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0GcePersistentDisk: + """ + argoproj io v1alpha1 workflow template spec volumes items0 gce persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + partition : int, default is Undefined, optional + partition + pdName : str, default is Undefined, required + pd name + readOnly : bool, default is Undefined, optional + read only + """ + + + fsType?: str + + partition?: int + + pdName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0GitRepo: + """ + argoproj io v1alpha1 workflow template spec volumes items0 git repo + + Attributes + ---------- + directory : str, default is Undefined, optional + directory + repository : str, default is Undefined, required + repository + revision : str, default is Undefined, optional + revision + """ + + + directory?: str + + repository: str + + revision?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Glusterfs: + """ + argoproj io v1alpha1 workflow template spec volumes items0 glusterfs + + Attributes + ---------- + endpoints : str, default is Undefined, required + endpoints + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + """ + + + endpoints: str + + path: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0HostPath: + """ + argoproj io v1alpha1 workflow template spec volumes items0 host path + + Attributes + ---------- + path : str, default is Undefined, required + path + $type : str, default is Undefined, optional + type + """ + + + path: str + + $type?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Iscsi: + """ + argoproj io v1alpha1 workflow template spec volumes items0 iscsi + + Attributes + ---------- + chapAuthDiscovery : bool, default is Undefined, optional + chap auth discovery + chapAuthSession : bool, default is Undefined, optional + chap auth session + fsType : str, default is Undefined, optional + fs type + initiatorName : str, default is Undefined, optional + initiator name + iqn : str, default is Undefined, required + iqn + iscsiInterface : str, default is Undefined, optional + iscsi interface + lun : int, default is Undefined, required + lun + portals : [str], default is Undefined, optional + portals + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0IscsiSecretRef, default is Undefined, optional + secret ref + targetPortal : str, default is Undefined, required + target portal + """ + + + chapAuthDiscovery?: bool + + chapAuthSession?: bool + + fsType?: str + + initiatorName?: str + + iqn: str + + iscsiInterface?: str + + lun: int + + portals?: [str] + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0IscsiSecretRef + + targetPortal: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0IscsiSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 iscsi secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Nfs: + """ + argoproj io v1alpha1 workflow template spec volumes items0 nfs + + Attributes + ---------- + path : str, default is Undefined, required + path + readOnly : bool, default is Undefined, optional + read only + server : str, default is Undefined, required + server + """ + + + path: str + + readOnly?: bool + + server: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PersistentVolumeClaim: + """ + argoproj io v1alpha1 workflow template spec volumes items0 persistent volume claim + + Attributes + ---------- + claimName : str, default is Undefined, required + claim name + readOnly : bool, default is Undefined, optional + read only + """ + + + claimName: str + + readOnly?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PhotonPersistentDisk: + """ + argoproj io v1alpha1 workflow template spec volumes items0 photon persistent disk + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + pdID : str, default is Undefined, required + pd ID + """ + + + fsType?: str + + pdID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0PortworxVolume: + """ + argoproj io v1alpha1 workflow template spec volumes items0 portworx volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + volumeID : str, default is Undefined, required + volume ID + """ + + + fsType?: str + + readOnly?: bool + + volumeID: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Projected: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + sources : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0], default is Undefined, optional + sources + """ + + + defaultMode?: int + + sources?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 + + Attributes + ---------- + configMap : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap, default is Undefined, optional + config map + downwardAPI : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI, default is Undefined, optional + downward API + secret : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret, default is Undefined, optional + secret + serviceAccountToken : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken, default is Undefined, optional + service account token + """ + + + configMap?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap + + downwardAPI?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI + + secret?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret + + serviceAccountToken?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMap: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 config map + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ConfigMapItemsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 config map items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPI: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 downward API + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0], default is Undefined, optional + items + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0] + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 downward API items items0 + + Attributes + ---------- + fieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef, default is Undefined, optional + field ref + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + resourceFieldRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef, default is Undefined, optional + resource field ref + """ + + + fieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef + + mode?: int + + path: str + + resourceFieldRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0FieldRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 downward API items items0 field ref + + Attributes + ---------- + apiVersion : str, default is Undefined, optional + api version + fieldPath : str, default is Undefined, required + field path + """ + + + apiVersion?: str + + fieldPath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0DownwardAPIItemsItems0ResourceFieldRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 downward API items items0 resource field ref + + Attributes + ---------- + containerName : str, default is Undefined, optional + container name + divisor : int | str, default is Undefined, optional + divisor + resource : str, default is Undefined, required + resource + """ + + + containerName?: str + + divisor?: int | str + + resource: str + + + check: + regex_match(str(divisor), r"^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$") if divisor + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0Secret: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 secret + + Attributes + ---------- + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0], default is Undefined, optional + items + name : str, default is Undefined, optional + name + optional : bool, default is Undefined, optional + optional + """ + + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0] + + name?: str + + optional?: bool + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ProjectedSourcesItems0ServiceAccountToken: + """ + argoproj io v1alpha1 workflow template spec volumes items0 projected sources items0 service account token + + Attributes + ---------- + audience : str, default is Undefined, optional + audience + expirationSeconds : int, default is Undefined, optional + expiration seconds + path : str, default is Undefined, required + path + """ + + + audience?: str + + expirationSeconds?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Quobyte: + """ + argoproj io v1alpha1 workflow template spec volumes items0 quobyte + + Attributes + ---------- + group : str, default is Undefined, optional + group + readOnly : bool, default is Undefined, optional + read only + registry : str, default is Undefined, required + registry + tenant : str, default is Undefined, optional + tenant + user : str, default is Undefined, optional + user + volume : str, default is Undefined, required + volume + """ + + + group?: str + + readOnly?: bool + + registry: str + + tenant?: str + + user?: str + + volume: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Rbd: + """ + argoproj io v1alpha1 workflow template spec volumes items0 rbd + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + image : str, default is Undefined, required + image + keyring : str, default is Undefined, optional + keyring + monitors : [str], default is Undefined, required + monitors + pool : str, default is Undefined, optional + pool + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0RbdSecretRef, default is Undefined, optional + secret ref + user : str, default is Undefined, optional + user + """ + + + fsType?: str + + image: str + + keyring?: str + + monitors: [str] + + pool?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0RbdSecretRef + + user?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0RbdSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 rbd secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ScaleIO: + """ + argoproj io v1alpha1 workflow template spec volumes items0 scale i o + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + gateway : str, default is Undefined, required + gateway + protectionDomain : str, default is Undefined, optional + protection domain + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ScaleIOSecretRef, default is Undefined, required + secret ref + sslEnabled : bool, default is Undefined, optional + ssl enabled + storageMode : str, default is Undefined, optional + storage mode + storagePool : str, default is Undefined, optional + storage pool + system : str, default is Undefined, required + system + volumeName : str, default is Undefined, optional + volume name + """ + + + fsType?: str + + gateway: str + + protectionDomain?: str + + readOnly?: bool + + secretRef: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ScaleIOSecretRef + + sslEnabled?: bool + + storageMode?: str + + storagePool?: str + + system: str + + volumeName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0ScaleIOSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 scale i o secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Secret: + """ + argoproj io v1alpha1 workflow template spec volumes items0 secret + + Attributes + ---------- + defaultMode : int, default is Undefined, optional + default mode + items : [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0SecretItemsItems0], default is Undefined, optional + items + optional : bool, default is Undefined, optional + optional + secretName : str, default is Undefined, optional + secret name + """ + + + defaultMode?: int + + items?: [ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0SecretItemsItems0] + + optional?: bool + + secretName?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0SecretItemsItems0: + """ + argoproj io v1alpha1 workflow template spec volumes items0 secret items items0 + + Attributes + ---------- + key : str, default is Undefined, required + key + mode : int, default is Undefined, optional + mode + path : str, default is Undefined, required + path + """ + + + key: str + + mode?: int + + path: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0Storageos: + """ + argoproj io v1alpha1 workflow template spec volumes items0 storageos + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + readOnly : bool, default is Undefined, optional + read only + secretRef : ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0StorageosSecretRef, default is Undefined, optional + secret ref + volumeName : str, default is Undefined, optional + volume name + volumeNamespace : str, default is Undefined, optional + volume namespace + """ + + + fsType?: str + + readOnly?: bool + + secretRef?: ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0StorageosSecretRef + + volumeName?: str + + volumeNamespace?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0StorageosSecretRef: + """ + argoproj io v1alpha1 workflow template spec volumes items0 storageos secret ref + + Attributes + ---------- + name : str, default is Undefined, optional + name + """ + + + name?: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecVolumesItems0VsphereVolume: + """ + argoproj io v1alpha1 workflow template spec volumes items0 vsphere volume + + Attributes + ---------- + fsType : str, default is Undefined, optional + fs type + storagePolicyID : str, default is Undefined, optional + storage policy ID + storagePolicyName : str, default is Undefined, optional + storage policy name + volumePath : str, default is Undefined, required + volume path + """ + + + fsType?: str + + storagePolicyID?: str + + storagePolicyName?: str + + volumePath: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowMetadata: + """ + argoproj io v1alpha1 workflow template spec workflow metadata + + Attributes + ---------- + annotations : {str:str}, default is Undefined, optional + annotations + labels : {str:str}, default is Undefined, optional + labels + labelsFrom : {str:ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowMetadataLabelsFromAnon}, default is Undefined, optional + labels from + """ + + + annotations?: {str:str} + + labels?: {str:str} + + labelsFrom?: {str:ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowMetadataLabelsFromAnon} + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowMetadataLabelsFromAnon: + """ + argoproj io v1alpha1 workflow template spec workflow metadata labels from anon + + Attributes + ---------- + expression : str, default is Undefined, required + expression + """ + + + expression: str + + +schema ArgoprojIoV1alpha1WorkflowTemplateSpecWorkflowTemplateRef: + """ + argoproj io v1alpha1 workflow template spec workflow template ref + + Attributes + ---------- + clusterScope : bool, default is Undefined, optional + cluster scope + name : str, default is Undefined, optional + name + """ + + + clusterScope?: bool + + name?: str + +